Class ServletDelegateFactoryImpl

java.lang.Object
org.jboss.as.webservices.tomcat.ServletDelegateFactoryImpl
All Implemented Interfaces:
org.jboss.wsf.spi.deployment.ServletDelegateFactory

public final class ServletDelegateFactoryImpl extends Object implements org.jboss.wsf.spi.deployment.ServletDelegateFactory
WildFly implementation of ServletDelegateFactory that uses modular classloading for creating the delegate instance.
Since:
06-Apr-2011
Author:
alessio.soldano@jboss.com
  • Constructor Details

    • ServletDelegateFactoryImpl

      public ServletDelegateFactoryImpl()
  • Method Details

    • newServletDelegate

      public org.jboss.wsf.spi.deployment.ServletDelegate newServletDelegate(String servletClassName)
      Specified by:
      newServletDelegate in interface org.jboss.wsf.spi.deployment.ServletDelegateFactory