Uses of Class
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType

Packages that use UnifiedHandlerMetaData.HandlerType
org.jboss.wsf.spi.invocation   
org.jboss.wsf.spi.metadata.j2ee.serviceref   
 

Uses of UnifiedHandlerMetaData.HandlerType in org.jboss.wsf.spi.invocation
 

Methods in org.jboss.wsf.spi.invocation with parameters of type UnifiedHandlerMetaData.HandlerType
 boolean HandlerCallback.callFaultHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type, java.lang.Exception ex)
          Handlers are beeing called through the HandlerCallback from the EJB interceptor
 boolean HandlerCallback.callRequestHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
          Handlers are beeing called through the HandlerCallback from the EJB interceptor
 boolean HandlerCallback.callResponseHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
          Handlers are beeing called through the HandlerCallback from the EJB interceptor
 

Uses of UnifiedHandlerMetaData.HandlerType in org.jboss.wsf.spi.metadata.j2ee.serviceref
 

Methods in org.jboss.wsf.spi.metadata.j2ee.serviceref that return UnifiedHandlerMetaData.HandlerType
static UnifiedHandlerMetaData.HandlerType UnifiedHandlerMetaData.HandlerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnifiedHandlerMetaData.HandlerType[] UnifiedHandlerMetaData.HandlerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.wsf.spi.metadata.j2ee.serviceref with parameters of type UnifiedHandlerMetaData.HandlerType
UnifiedHandlerChainsMetaData(UnifiedHandlerMetaData.HandlerType handlerType)
           
 



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