Uses of Class
org.apache.axis2.jaxws.core.controller.InvocationPattern
-
Packages that use InvocationPattern Package Description org.apache.axis2.jaxws.core.controller -
-
Uses of InvocationPattern in org.apache.axis2.jaxws.core.controller
Methods in org.apache.axis2.jaxws.core.controller that return InvocationPattern Modifier and Type Method Description static InvocationPattern
InvocationPattern. valueOf(String name)
Returns the enum constant of this type with the specified name.static InvocationPattern[]
InvocationPattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-