Uses of Interface
javax.xml.rpc.encoding.XMLType

Packages that use XMLType
javax.xml.rpc   
org.apache.axis.client   
org.apache.axis.encoding   
 

Uses of XMLType in javax.xml.rpc
 

Methods in javax.xml.rpc with parameters of type XMLType
 void Call.addParameter(java.lang.String paramName, XMLType paramType, int parameterMode)
          Adds a parameter type and mode for a specific operation.
 void Call.setReturnType(XMLType type)
          Sets the return type for a specific operation.
 

Uses of XMLType in org.apache.axis.client
 

Methods in org.apache.axis.client that return XMLType
 XMLType Call.getParameterTypeByName(java.lang.String paramName)
          Return the XMLType of the parameters with the given name.
 XMLType Call.getReturnType()
          Returns the XMLType of the return value of this Call - or null if not set.
 

Methods in org.apache.axis.client with parameters of type XMLType
 void Call.addParameter(java.lang.String paramName, XMLType paramType, int parameterMode)
          Adds the specified parameter to the list of parameters for the operation associated with this Call object.
 void Call.setReturnType(XMLType type)
          Sets the return type of the operation associated with this Call object.
 

Uses of XMLType in org.apache.axis.encoding
 

Classes in org.apache.axis.encoding that implement XMLType
 class XMLType
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.