Uses of Class
org.jboss.wsf.spi.invocation.InvocationType
-
Packages that use InvocationType Package Description org.jboss.wsf.spi.invocation -
-
Uses of InvocationType in org.jboss.wsf.spi.invocation
Methods in org.jboss.wsf.spi.invocation that return InvocationType Modifier and Type Method Description static InvocationTypeInvocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationType[]InvocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.wsf.spi.invocation with parameters of type InvocationType Modifier and Type Method Description abstract InvocationHandlerInvocationHandlerFactory. newInvocationHandler(InvocationType type)
-