Uses of Class
org.apache.axis2.jaxws.common.config.WSDLValidatorElement.State
-
Packages that use WSDLValidatorElement.State Package Description org.apache.axis2.jaxws.common.config -
-
Uses of WSDLValidatorElement.State in org.apache.axis2.jaxws.common.config
Methods in org.apache.axis2.jaxws.common.config that return WSDLValidatorElement.State Modifier and Type Method Description WSDLValidatorElement.State
WSDLValidatorElement. getState()
static WSDLValidatorElement.State
WSDLValidatorElement.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static WSDLValidatorElement.State[]
WSDLValidatorElement.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.axis2.jaxws.common.config with parameters of type WSDLValidatorElement.State Modifier and Type Method Description void
WSDLValidatorElement. setState(WSDLValidatorElement.State state)
-