Class 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 Detail

      • ServletDelegateFactoryImpl

        public ServletDelegateFactoryImpl()
    • Method Detail

      • newServletDelegate

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