| java.lang.Object org.apache.geronimo.j2ee.deployment.UnavailableWebServiceBuilder
UnavailableWebServiceBuilder | public class UnavailableWebServiceBuilder implements WebServiceBuilder(Code) | | version: $Rev: 539121 $ $Date: 2007-05-17 14:20:58 -0700 (Thu, 17 May 2007) $ |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
Method Summary | |
public boolean | configureEJB(GBeanData targetGBean, String ejbName, Module module, Map portInfoObject, ClassLoader classLoader) | public boolean | configurePOJO(GBeanData targetGBean, String servletName, Module module, String seiClassName, DeploymentContext context) | public void | findWebServices(Module module, boolean isEJB, Map correctedPortLocations, Environment environment, Map sharedContext) | public static GBeanInfo | getGBeanInfo() |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
configureEJB | public boolean configureEJB(GBeanData targetGBean, String ejbName, Module module, Map portInfoObject, ClassLoader classLoader) throws DeploymentException(Code) | | |
configurePOJO | public boolean configurePOJO(GBeanData targetGBean, String servletName, Module module, String seiClassName, DeploymentContext context) throws DeploymentException(Code) | | |
findWebServices | public void findWebServices(Module module, boolean isEJB, Map correctedPortLocations, Environment environment, Map sharedContext) throws DeploymentException(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
|
|