Class MetroContainer
- java.lang.Object
-
- org.glassfish.webservices.metroglue.MetroContainer
-
- All Implemented Interfaces:
Container,org.glassfish.hk2.api.PostConstruct,WebServiceDeploymentListener
@Service(name="org.glassfish.webservices.metroglue.MetroContainer") @Singleton public class MetroContainer extends Object implements org.glassfish.hk2.api.PostConstruct, Container, WebServiceDeploymentListener
- Author:
- Marek Potociar
-
-
Constructor Summary
Constructors Constructor Description MetroContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeployWsTxServices()voiddeployWsTxServices(String target)Class<? extends Deployer>getDeployer()Returns the Deployer implementation capable of deploying applications to this container.StringgetName()Returns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.voidonDeployed(WebServiceEndpoint endpoint)voidonUndeployed(WebServiceEndpoint endpoint)voidpostConstruct()
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
getDeployer
public Class<? extends Deployer> getDeployer()
Description copied from interface:ContainerReturns the Deployer implementation capable of deploying applications to this container.- Specified by:
getDeployerin interfaceContainer- Returns:
- the Deployer implementation
-
getName
public String getName()
Description copied from interface:ContainerReturns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.
-
onDeployed
public void onDeployed(WebServiceEndpoint endpoint)
- Specified by:
onDeployedin interfaceWebServiceDeploymentListener
-
onUndeployed
public void onUndeployed(WebServiceEndpoint endpoint)
- Specified by:
onUndeployedin interfaceWebServiceDeploymentListener
-
deployWsTxServices
public void deployWsTxServices()
-
deployWsTxServices
public void deployWsTxServices(String target)
-
-