org.apache.geronimo.j2ee.deployment
Class UnavailableWebServiceBuilder

java.lang.Object
  extended byorg.apache.geronimo.j2ee.deployment.UnavailableWebServiceBuilder
All Implemented Interfaces:
WebServiceBuilder

public class UnavailableWebServiceBuilder
extends Object
implements WebServiceBuilder

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
UnavailableWebServiceBuilder()
           
 
Method Summary
 void configureEJB(org.apache.geronimo.gbean.GBeanData targetGBean, JarFile moduleFile, Object portInfoObject, ClassLoader classLoader)
          configure the supplied EJBContainer gbeandata to implement the ejb web service described in the deployment descriptor N.B.
 void configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean, JarFile moduleFile, Object portInfo, String seiClassName, ClassLoader classLoader)
          configure the supplied GBeanData to implement the POJO web service described in the deployment descriptor.
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 Map parseWebServiceDescriptor(URL wsDDUrl, JarFile moduleFile, boolean isEJB, Map correctedPortLocations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

UnavailableWebServiceBuilder

public UnavailableWebServiceBuilder()
Method Detail

parseWebServiceDescriptor

public Map parseWebServiceDescriptor(URL wsDDUrl,
                                     JarFile moduleFile,
                                     boolean isEJB,
                                     Map correctedPortLocations)
                              throws org.apache.geronimo.common.DeploymentException
Specified by:
parseWebServiceDescriptor in interface WebServiceBuilder
Throws:
org.apache.geronimo.common.DeploymentException

configurePOJO

public void configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean,
                          JarFile moduleFile,
                          Object portInfo,
                          String seiClassName,
                          ClassLoader classLoader)
                   throws org.apache.geronimo.common.DeploymentException
Description copied from interface: WebServiceBuilder
configure the supplied GBeanData to implement the POJO web service described in the deployment descriptor. The GBeanData will be for a ServletHolder like gbean that is adapted to holding a ws stack that talks to a POJO web service. The web deployer is responsible for filling in the standard servlet info such as init params.

Specified by:
configurePOJO in interface WebServiceBuilder
Parameters:
targetGBean -
moduleFile -
portInfo -
seiClassName -
Throws:
org.apache.geronimo.common.DeploymentException

configureEJB

public void configureEJB(org.apache.geronimo.gbean.GBeanData targetGBean,
                         JarFile moduleFile,
                         Object portInfoObject,
                         ClassLoader classLoader)
                  throws org.apache.geronimo.common.DeploymentException
Description copied from interface: WebServiceBuilder
configure the supplied EJBContainer gbeandata to implement the ejb web service described in the deployment descriptor N.B. this method is a complete guess and should be replaced by something useable right away!

Specified by:
configureEJB in interface WebServiceBuilder
Parameters:
targetGBean -
moduleFile -
classLoader -
Throws:
org.apache.geronimo.common.DeploymentException

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.