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
  • Field Summary

    Fields inherited from interface org.jboss.msc.service.Service

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData
     
    static void
    install(org.jboss.msc.service.ServiceTarget target, boolean isDefaultContextPropagation)
     
    void
    start(org.jboss.msc.service.StartContext context)
     
    void
    stop(org.jboss.msc.service.StopContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getValue

      public org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData getValue() throws IllegalStateException
      Specified by:
      getValue in interface org.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:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • install

      public static void install(org.jboss.msc.service.ServiceTarget target, boolean isDefaultContextPropagation)