Uses of Class
org.apache.axis.encoding.ServiceDescription

Packages that use ServiceDescription
org.apache.axis   
org.apache.axis.client   
org.apache.axis.encoding   
org.apache.axis.handlers.soap   
org.apache.axis.message   
 

Uses of ServiceDescription in org.apache.axis
 

Methods in org.apache.axis that return ServiceDescription
 ServiceDescription MessageContext.getServiceDescription()
           
 

Methods in org.apache.axis with parameters of type ServiceDescription
 void MessageContext.setServiceDescription(ServiceDescription serviceDesc)
           
 

Uses of ServiceDescription in org.apache.axis.client
 

Methods in org.apache.axis.client with parameters of type ServiceDescription
 void ServiceClient.setServiceDescription(ServiceDescription serviceDesc)
          Set the ServiceDescription associated with this ServiceClient.
 

Uses of ServiceDescription in org.apache.axis.encoding
 

Methods in org.apache.axis.encoding that return ServiceDescription
 ServiceDescription SerializationContext.getServiceDescription()
           
 ServiceDescription DeserializationContext.getServiceDescription()
           
 

Uses of ServiceDescription in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap that return ServiceDescription
 ServiceDescription SOAPService.getServiceDescription()
           
 

Methods in org.apache.axis.handlers.soap with parameters of type ServiceDescription
 void SOAPService.setServiceDescription(ServiceDescription sd)
           
 

Uses of ServiceDescription in org.apache.axis.message
 

Constructors in org.apache.axis.message with parameters of type ServiceDescription
RPCElement(java.lang.String namespace, java.lang.String methodName, java.lang.Object[] args, ServiceDescription serviceDesc)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.