Class WSComponentCreateService
- java.lang.Object
-
- org.jboss.as.ee.component.BasicComponentCreateService
-
- org.jboss.as.webservices.injection.WSComponentCreateService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Component>,org.jboss.msc.value.Value<Component>
public final class WSComponentCreateService extends BasicComponentCreateService
- Author:
- Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description WSComponentCreateService(ComponentConfiguration componentConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BasicComponentcreateComponent()-
Methods inherited from class org.jboss.as.ee.component.BasicComponentCreateService
getComponentClass, getComponentInterceptors, getComponentName, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, requiresInterceptors, start, stop
-
-
-
-
Constructor Detail
-
WSComponentCreateService
public WSComponentCreateService(ComponentConfiguration componentConfiguration)
-
-
Method Detail
-
createComponent
protected BasicComponent createComponent()
- Overrides:
createComponentin classBasicComponentCreateService
-
-