Uses of Class
org.xmlsoap.schemas.ws._2004._08.addressing.ServiceNameType

Packages that use ServiceNameType
org.xmlsoap.schemas.ws._2004._08.addressing   
 

Uses of ServiceNameType in org.xmlsoap.schemas.ws._2004._08.addressing
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return ServiceNameType
 ServiceNameType EndpointReferenceType.getServiceName()
          Gets the serviceName value for this EndpointReferenceType.
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing with parameters of type ServiceNameType
 void EndpointReferenceType.setServiceName(ServiceNameType serviceName)
          Sets the serviceName value for this EndpointReferenceType.
 

Constructors in org.xmlsoap.schemas.ws._2004._08.addressing with parameters of type ServiceNameType
EndpointReferenceType(AttributedURI address, ReferencePropertiesType referenceProperties, ReferenceParametersType referenceParameters, AttributedQName portType, ServiceNameType serviceName, org.apache.axis.message.MessageElement[] _any)