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

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

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

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return AttributedQName
 AttributedQName EndpointReferenceType.getPortType()
          Gets the portType value for this EndpointReferenceType.
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing with parameters of type AttributedQName
 void EndpointReferenceType.setPortType(AttributedQName portType)
          Sets the portType value for this EndpointReferenceType.
 

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