Package | Description |
---|---|
org.jboss.wsf.spi.invocation | |
org.jboss.wsf.spi.metadata.config | |
org.jboss.wsf.spi.metadata.j2ee.serviceref |
Modifier and Type | Method and Description |
---|---|
boolean |
HandlerCallback.callFaultHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type,
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
|
Modifier and Type | Method and Description |
---|---|
List<UnifiedHandlerChainMetaData> |
CommonConfig.getHandlers(UnifiedHandlerMetaData.HandlerType type) |
List<UnifiedHandlerChainMetaData> |
AbstractCommonConfig.getHandlers(UnifiedHandlerMetaData.HandlerType type) |
Modifier and Type | Method and Description |
---|---|
static UnifiedHandlerMetaData.HandlerType |
UnifiedHandlerMetaData.HandlerType.valueOf(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.
|
Copyright © 2016 JBoss, by Red Hat. All rights reserved.