Uses of Class
javax.jws.WebParam.Mode

Packages that use WebParam.Mode
javax.jws   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
 

Uses of WebParam.Mode in javax.jws
 

Methods in javax.jws that return WebParam.Mode
static WebParam.Mode WebParam.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WebParam.Mode[] WebParam.Mode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of WebParam.Mode in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return WebParam.Mode
 WebParam.Mode ParameterDescriptionJava.getAnnoWebParamMode()
           
 WebParam.Mode[] OperationDescriptionJava.getAnnoWebParamModes()
           
 WebParam.Mode ParameterDescription.getMode()
           
 

Uses of WebParam.Mode in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder that return WebParam.Mode
 WebParam.Mode WebParamAnnot.mode()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebParam.Mode
 void WebParamAnnot.setMode(WebParam.Mode mode)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.