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

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

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

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return ReferencePropertiesType
 ReferencePropertiesType EndpointReferenceType.getReferenceProperties()
          Gets the referenceProperties value for this EndpointReferenceType.
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing with parameters of type ReferencePropertiesType
 void EndpointReferenceType.setReferenceProperties(ReferencePropertiesType referenceProperties)
          Sets the referenceProperties value for this EndpointReferenceType.
 

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