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.StateWSDLValidatorElement. getState()static WSDLValidatorElement.StateWSDLValidatorElement.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 voidWSDLValidatorElement. setState(WSDLValidatorElement.State state)
-