public class WSEndpointDeploymentUnit extends SimpleAttachable implements DeploymentUnit
| Constructor and Description |
|---|
WSEndpointDeploymentUnit(ClassLoader loader,
String context,
Map<String,String> urlPatternToClassName,
org.jboss.metadata.web.jboss.JBossWebMetaData jbossWebMetaData,
org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata,
org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData jbwsMetaData) |
WSEndpointDeploymentUnit(ClassLoader loader,
String context,
Map<String,String> urlPatternToClassName,
org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
createDeploymentSubModel(String subsystemName,
PathAddress address)
This method is extension of
DeploymentUnit.createDeploymentSubModel(String, PathElement), the difference is that this method traverses recursively till last
element in PathAddress. |
org.jboss.dmr.ModelNode |
createDeploymentSubModel(String subsystemName,
PathAddress address,
Resource resource)
This method is extension of
DeploymentUnit.createDeploymentSubModel(String, PathAddress), the difference is that it accepts resource that should be registered
at specified path. |
org.jboss.dmr.ModelNode |
createDeploymentSubModel(String subsystemName,
PathElement address)
Create a management sub-model for components from the deployment itself.
|
org.jboss.dmr.ModelNode |
getDeploymentSubsystemModel(String subsystemName)
Get the extension deployment model root.
|
String |
getName()
Get the simple name of the deployment unit.
|
DeploymentUnit |
getParent()
Get the deployment unit of the parent (enclosing) deployment.
|
org.jboss.msc.service.ServiceName |
getServiceName()
Get the service name of the root deployment unit service.
|
org.jboss.msc.service.ServiceRegistry |
getServiceRegistry()
Get the service registry.
|
addToAttachmentList, attachmentKeys, getAttachment, getAttachmentList, hasAttachment, putAttachment, removeAttachmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToAttachmentList, getAttachment, getAttachmentList, hasAttachment, putAttachment, removeAttachmentpublic WSEndpointDeploymentUnit(ClassLoader loader, String context, Map<String,String> urlPatternToClassName, org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata)
public WSEndpointDeploymentUnit(ClassLoader loader, String context, Map<String,String> urlPatternToClassName, org.jboss.metadata.web.jboss.JBossWebMetaData jbossWebMetaData, org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata, org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData jbwsMetaData)
public org.jboss.msc.service.ServiceName getServiceName()
DeploymentUnitgetServiceName in interface DeploymentUnitpublic DeploymentUnit getParent()
DeploymentUnitgetParent in interface DeploymentUnitnull if this is a top-level deploymentpublic String getName()
DeploymentUnitgetName in interface DeploymentUnitpublic org.jboss.msc.service.ServiceRegistry getServiceRegistry()
DeploymentUnitgetServiceRegistry in interface DeploymentUnitpublic org.jboss.dmr.ModelNode getDeploymentSubsystemModel(String subsystemName)
DeploymentUnitgetDeploymentSubsystemModel in interface DeploymentUnitsubsystemName - the subsystem name.public org.jboss.dmr.ModelNode createDeploymentSubModel(String subsystemName, PathElement address)
DeploymentUnitExtensionContext and
org.jboss.as.controller.SubsystemRegistration.registerDeploymentModel.createDeploymentSubModel in interface DeploymentUnitsubsystemName - the subsystem name the model was registeredaddress - the path address this sub-model should be created inpublic org.jboss.dmr.ModelNode createDeploymentSubModel(String subsystemName, PathAddress address)
DeploymentUnitDeploymentUnit.createDeploymentSubModel(String, PathElement), the difference is that this method traverses recursively till last
element in PathAddress.createDeploymentSubModel in interface DeploymentUnitsubsystemName - the subsystem name the model was registeredaddress - the path address this sub-model should be created inpublic org.jboss.dmr.ModelNode createDeploymentSubModel(String subsystemName, PathAddress address, Resource resource)
DeploymentUnitDeploymentUnit.createDeploymentSubModel(String, PathAddress), the difference is that it accepts resource that should be registered
at specified path.createDeploymentSubModel in interface DeploymentUnitsubsystemName - the subsystem name the model was registeredaddress - the path address this sub-model should be created inresource - the resource that needs to be registered as submoduleCopyright © 2014 JBoss by Red Hat. All rights reserved.