@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.PostConstructpublic Class<? extends Deployer> getDeployer()
ContainergetDeployer in interface Containerpublic String getName()
Containerpublic void onDeployed(WebServiceEndpoint endpoint)
onDeployed in interface WebServiceDeploymentListenerpublic void onUndeployed(WebServiceEndpoint endpoint)
onUndeployed in interface WebServiceDeploymentListenerpublic void deployWsTxServices()
public void deployWsTxServices(String target)
Copyright © 2019. All rights reserved.