|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServiceBuilder
Method Summary | |
---|---|
void |
configureEJB(org.apache.geronimo.gbean.GBeanData targetGBean,
JarFile moduleFile,
Object portInfo,
ClassLoader classLoader)
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! |
void |
configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean,
Module module,
Object portInfo,
String seiClassName,
org.apache.geronimo.deployment.DeploymentContext context)
configure the supplied GBeanData to implement the POJO web service described in the deployment descriptor. |
Map |
findWebServices(JarFile moduleFile,
boolean isEJB,
Map correctedPortLocations,
org.apache.geronimo.kernel.repository.Environment environment)
Introspects on the module file to locate web service for deployment. |
Method Detail |
---|
Map findWebServices(JarFile moduleFile, boolean isEJB, Map correctedPortLocations, org.apache.geronimo.kernel.repository.Environment environment) throws org.apache.geronimo.common.DeploymentException
moduleFile
- J2EE moduleisEJB
- is this an EJB archive?correctedPortLocations
- mapping between port locations and paths.environment
-
org.apache.geronimo.common.DeploymentException
- if error encountered while introspecting the module.void configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean, Module module, Object portInfo, String seiClassName, org.apache.geronimo.deployment.DeploymentContext context) throws org.apache.geronimo.common.DeploymentException
targetGBean
- module
- portInfo
- seiClassName
- context
-
org.apache.geronimo.common.DeploymentException
void configureEJB(org.apache.geronimo.gbean.GBeanData targetGBean, JarFile moduleFile, Object portInfo, ClassLoader classLoader) throws org.apache.geronimo.common.DeploymentException
targetGBean
- moduleFile
- classLoader
-
org.apache.geronimo.common.DeploymentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |