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

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

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

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return AttributedURI
 AttributedURI EndpointReferenceType.getAddress()
          Gets the address value for this EndpointReferenceType.
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing with parameters of type AttributedURI
 void EndpointReferenceType.setAddress(AttributedURI address)
          Sets the address value for this EndpointReferenceType.
 

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