Package org.jboss.as.webservices.service
Class XTSClientIntegrationService
- java.lang.Object
-
- org.jboss.as.webservices.service.XTSClientIntegrationService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public final class XTSClientIntegrationService extends Object implements org.jboss.msc.Service
A service for triggering the XTS client config integration- Author:
- Alessio Soldano, Richard Opalka
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.msc.service.ServiceController<?>install(org.jboss.msc.service.ServiceTarget serviceTarget)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context)
- Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
install
public static org.jboss.msc.service.ServiceController<?> install(org.jboss.msc.service.ServiceTarget serviceTarget)
-
-