Uses of Class
org.jboss.wsf.spi.invocation.InvocationType

Packages that use InvocationType
org.jboss.wsf.spi.invocation   
 

Uses of InvocationType in org.jboss.wsf.spi.invocation
 

Methods in org.jboss.wsf.spi.invocation that return InvocationType
static InvocationType InvocationType.valueOf(java.lang.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
abstract  InvocationHandler InvocationHandlerFactory.newInvocationHandler(InvocationType type)
           
abstract  ExtensibleWebServiceContext WebServiceContextFactory.newWebServiceContext(InvocationType type, javax.xml.ws.handler.MessageContext messageContext)
           
 



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.