@Service(name="org.glassfish.webservices.metroglue.MetroContainer") @Singleton public class MetroContainer extends Object implements org.glassfish.hk2.api.PostConstruct, Container, WebServiceDeploymentListener
Constructor and Description |
---|
MetroContainer() |
Modifier and Type | Method and Description |
---|---|
void |
deployWsTxServices() |
void |
deployWsTxServices(String target) |
Class<? extends Deployer> |
getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
String |
getName()
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.
|
void |
onDeployed(WebServiceEndpoint endpoint) |
void |
onUndeployed(WebServiceEndpoint endpoint) |
void |
postConstruct() |
public void postConstruct()
postConstruct
in interface org.glassfish.hk2.api.PostConstruct
public Class<? extends Deployer> getDeployer()
Container
getDeployer
in interface Container
public String getName()
Container
public void onDeployed(WebServiceEndpoint endpoint)
onDeployed
in interface WebServiceDeploymentListener
public void onUndeployed(WebServiceEndpoint endpoint)
onUndeployed
in interface WebServiceDeploymentListener
public void deployWsTxServices()
public void deployWsTxServices(String target)
Copyright © 2019. All rights reserved.