Package org.jboss.as.xts
Class XTSHandlersService
- java.lang.Object
-
- org.jboss.as.xts.XTSHandlersService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>,org.jboss.msc.value.Value<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>
public class XTSHandlersService extends Object implements org.jboss.msc.service.Service<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>
A service providing metadata for the ws handlers contributed by XTS subsystem- Author:
- Alessio Soldano
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaDatagetValue()static voidinstall(org.jboss.msc.service.ServiceTarget target, boolean isDefaultContextPropagation)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
getValue
public org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData getValue() throws IllegalStateException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>- Throws:
IllegalStateException
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
install
public static void install(org.jboss.msc.service.ServiceTarget target, boolean isDefaultContextPropagation)
-
-