Uses of Class
org.apache.axis2.addressing.AnyContentType

Packages that use AnyContentType
org.apache.axis2.addressing   
 

Uses of AnyContentType in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing that return AnyContentType
 AnyContentType EndpointReference.getReferenceProperties()
          Method getReferenceProperties
 AnyContentType EndpointReference.getReferenceParameters()
          Method getReferenceParameters
 AnyContentType EndpointReference.getMetadata()
           
 

Methods in org.apache.axis2.addressing with parameters of type AnyContentType
 void EndpointReference.setReferenceProperties(AnyContentType referenceProperties)
          Method setReferenceProperties
 void EndpointReference.setReferenceParameters(AnyContentType referenceParameters)
          Method setReferenceParameters
 void EndpointReference.setMetadata(AnyContentType metadata)