org.glassfish.webservices.metroglue
Class MetroContainer

java.lang.Object
  extended by 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

Constructor Summary
MetroContainer()
           
 
Method Summary
 void deployWsTxServices()
           
 void deployWsTxServices(String target)
           
 Class<? extends Deployer> getDeployer()
           
 String getName()
           
 void onDeployed(WebServiceEndpoint endpoint)
           
 void onUndeployed(WebServiceEndpoint endpoint)
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetroContainer

public MetroContainer()
Method Detail

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.