Uses of Class
javax.jws.WebParam.Mode

Packages that use WebParam.Mode
javax.jws   
org.apache.beehive.wsm.jsr181.model   
org.apache.beehive.wsm.jsr181.model.jsr181   
 

Uses of WebParam.Mode in javax.jws
 

Methods in javax.jws that return WebParam.Mode
static WebParam.Mode WebParam.Mode.valueOf(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.beehive.wsm.jsr181.model
 

Methods in org.apache.beehive.wsm.jsr181.model that return WebParam.Mode
 WebParam.Mode BeehiveWsParameterMetadata.getWpMode()
           
 

Methods in org.apache.beehive.wsm.jsr181.model with parameters of type WebParam.Mode
 void BeehiveWsParameterMetadata.setWpMode(WebParam.Mode wpMode)
           
 

Uses of WebParam.Mode in org.apache.beehive.wsm.jsr181.model.jsr181
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 that return WebParam.Mode
 WebParam.Mode Jsr181ParameterMetadataImpl.getWpMode()
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 with parameters of type WebParam.Mode
 void Jsr181ParameterMetadataImpl.setWpMode(WebParam.Mode wpMode)