Uses of Class
org.apache.axis2.jaxws.server.InvocationListenerBean.State

Packages that use InvocationListenerBean.State
org.apache.axis2.jaxws.server   
 

Uses of InvocationListenerBean.State in org.apache.axis2.jaxws.server
 

Methods in org.apache.axis2.jaxws.server that return InvocationListenerBean.State
 InvocationListenerBean.State InvocationListenerBean.getState()
           
static InvocationListenerBean.State InvocationListenerBean.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InvocationListenerBean.State[] InvocationListenerBean.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.axis2.jaxws.server with parameters of type InvocationListenerBean.State
 void InvocationListenerBean.setState(InvocationListenerBean.State state)
           
 

Constructors in org.apache.axis2.jaxws.server with parameters of type InvocationListenerBean.State
InvocationListenerBean(EndpointInvocationContext eic, InvocationListenerBean.State state)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.