Package org.jboss.as.webservices.tomcat
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 ofServletDelegateFactorythat uses modular classloading for creating the delegate instance.- Since:
- 06-Apr-2011
- Author:
- alessio.soldano@jboss.com
-
-
Constructor Summary
Constructors Constructor Description ServletDelegateFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.wsf.spi.deployment.ServletDelegatenewServletDelegate(String servletClassName)
-
-
-
Method Detail
-
newServletDelegate
public org.jboss.wsf.spi.deployment.ServletDelegate newServletDelegate(String servletClassName)
- Specified by:
newServletDelegatein interfaceorg.jboss.wsf.spi.deployment.ServletDelegateFactory
-
-