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

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

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

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return ReferenceParametersType
 ReferenceParametersType EndpointReferenceType.getReferenceParameters()
          Gets the referenceParameters value for this EndpointReferenceType.
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing with parameters of type ReferenceParametersType
 void EndpointReferenceType.setReferenceParameters(ReferenceParametersType referenceParameters)
          Sets the referenceParameters value for this EndpointReferenceType.
 

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