|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnifiedHandlerMetaData.HandlerType | |
|---|---|
| org.jboss.wsf.spi.invocation | |
| org.jboss.wsf.spi.metadata.config | |
| 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,
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.config |
|---|
| Methods in org.jboss.wsf.spi.metadata.config with parameters of type UnifiedHandlerMetaData.HandlerType | |
|---|---|
List<UnifiedHandlerChainMetaData> |
CommonConfig.getHandlers(UnifiedHandlerMetaData.HandlerType type)
|
List<UnifiedHandlerChainMetaData> |
AbstractCommonConfig.getHandlers(UnifiedHandlerMetaData.HandlerType type)
|
| 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(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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||