Uses of Class
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType
-
Packages that use UnifiedHandlerMetaData.HandlerType Package Description 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 Modifier and Type Method Description booleanHandlerCallback. callFaultHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type, Exception ex)Handlers are being called through the HandlerCallback from the EJB interceptorbooleanHandlerCallback. callRequestHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)Handlers are being called through the HandlerCallback from the EJB interceptorbooleanHandlerCallback. callResponseHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)Handlers are being 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 Modifier and Type Method Description List<UnifiedHandlerChainMetaData>AbstractCommonConfig. getHandlers(UnifiedHandlerMetaData.HandlerType type)List<UnifiedHandlerChainMetaData>CommonConfig. 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 Modifier and Type Method Description static UnifiedHandlerMetaData.HandlerTypeUnifiedHandlerMetaData.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.
-