org.glassfish.webservices.metroglue
Class MetroContainer
java.lang.Object
org.glassfish.webservices.metroglue.MetroContainer
- All Implemented Interfaces:
- Container, WebServiceDeploymentListener, org.jvnet.hk2.component.PostConstruct
@Service(name="org.glassfish.webservices.metroglue.MetroContainer")
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class MetroContainer
- extends Object
- implements org.jvnet.hk2.component.PostConstruct, Container, WebServiceDeploymentListener
- Author:
- Marek Potociar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetroContainer
public MetroContainer()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct
getDeployer
public Class<? extends Deployer> getDeployer()
- Specified by:
getDeployer in interface Container
getName
public String getName()
- Specified by:
getName in interface Container
onDeployed
public void onDeployed(WebServiceEndpoint endpoint)
- Specified by:
onDeployed in interface WebServiceDeploymentListener
onUndeployed
public void onUndeployed(WebServiceEndpoint endpoint)
- Specified by:
onUndeployed in interface WebServiceDeploymentListener
deployWsTxServices
public void deployWsTxServices()
deployWsTxServices
public void deployWsTxServices(String target)
Copyright © 2012 GlassFish Community. All Rights Reserved.