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 of
ServletDelegateFactory
that uses modular classloading for creating the delegate instance.- Since:
- 06-Apr-2011
- Author:
- alessio.soldano@jboss.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.wsf.spi.deployment.ServletDelegatenewServletDelegate(String servletClassName)
-
Constructor Details
-
ServletDelegateFactoryImpl
public ServletDelegateFactoryImpl()
-
-
Method Details
-
newServletDelegate
- Specified by:
newServletDelegatein interfaceorg.jboss.wsf.spi.deployment.ServletDelegateFactory
-