org.openejb.server.axis
Class WSContainer

java.lang.Object
  extended byorg.openejb.server.axis.WSContainer
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle

public class WSContainer
extends Object
implements org.apache.geronimo.gbean.GBeanLifecycle


Constructor Summary
protected WSContainer()
           
  WSContainer(EJBContainer ejbContainer, URI location, URI wsdlURI, org.apache.geronimo.webservices.SoapHandler soapHandler, org.apache.geronimo.axis.server.ServiceInfo serviceInfo, String securityRealmName, String realmName, String transportGuarantee, String authMethod, String[] virtualHosts)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSContainer

protected WSContainer()

WSContainer

public WSContainer(EJBContainer ejbContainer,
                   URI location,
                   URI wsdlURI,
                   org.apache.geronimo.webservices.SoapHandler soapHandler,
                   org.apache.geronimo.axis.server.ServiceInfo serviceInfo,
                   String securityRealmName,
                   String realmName,
                   String transportGuarantee,
                   String authMethod,
                   String[] virtualHosts)
            throws Exception
Method Detail

doStart

public void doStart()
             throws Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doStop

public void doStop()
            throws Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle


Copyright © 1999-2006 OpenEJB. All Rights Reserved.