public class WSEndpointDeploymentUnit extends SimpleAttachable implements DeploymentUnit
| Constructor and Description |
|---|
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,
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, 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 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 inCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.