org.apache.geronimo.axis.builder
Class AxisBuilder

java.lang.Object
  extended by org.apache.geronimo.axis.builder.AxisBuilder
All Implemented Interfaces:
WebServiceBuilder

public class AxisBuilder
extends java.lang.Object
implements WebServiceBuilder

Version:
$Rev: 698441 $ $Date: 2008-09-24 15:10:08 +0800 (Wed, 24 Sep 2008) $

Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
AxisBuilder()
           
AxisBuilder(Environment defaultEnvironment)
           
 
Method Summary
 OperationInfo buildOperationInfoLightweight(java.lang.reflect.Method method, javax.wsdl.BindingOperation bindingOperation, org.apache.axis.constants.Style defaultStyle, org.apache.axis.soap.SOAPConstants soapVersion)
           
 void buildSEIFactoryMap(SchemaInfoBuilder schemaInfoBuilder, GerServiceRefType serviceRefType, org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping, java.util.List handlerInfos, javax.xml.namespace.QName serviceQName, org.apache.axis.soap.SOAPConstants soapVersion, java.util.Map seiPortNameToFactoryMap, java.util.Map seiClassNameToFactoryMap, java.lang.ClassLoader classLoader)
           
 boolean configureEJB(GBeanData targetGBean, java.lang.String ejbName, Module module, java.util.Map sharedContext, java.lang.ClassLoader classLoader)
           
 boolean configurePOJO(GBeanData targetGBean, java.lang.String servletName, Module module, java.lang.String servletClassName, DeploymentContext context)
           
 SEIFactory createSEIFactory(javax.xml.namespace.QName serviceName, java.lang.String portName, java.lang.String enhancedServiceEndpointClassName, java.util.List typeInfo, java.net.URL location, OperationInfo[] operationInfos, java.util.List handlerInfoInfos, java.lang.String credentialsName)
           
 java.lang.Object createService(java.lang.Class serviceInterface, SchemaInfoBuilder schemaInfoBuilder, org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping, javax.xml.namespace.QName serviceQName, org.apache.axis.soap.SOAPConstants soapVersion, java.util.List handlerInfos, GerServiceRefType serviceRefType, Module module, java.lang.ClassLoader classloader)
           
 java.lang.Object createService(java.lang.Class serviceInterface, java.net.URI wsdlURI, java.net.URI jaxrpcMappingURI, javax.xml.namespace.QName serviceQName, java.util.Map portComponentRefMap, java.util.List handlerInfos, java.lang.Object serviceRefType, Module module, java.lang.ClassLoader classLoader)
           
 void findWebServices(java.util.jar.JarFile moduleFile, boolean isEJB, java.util.Map servletLocations, Environment environment, java.util.Map sharedContext)
           
 void findWebServices(Module module, boolean isEJB, java.util.Map servletLocations, Environment environment, java.util.Map sharedContext)
           
static GBeanInfo getGBeanInfo()
           
 
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 GBeanInfo GBEAN_INFO
Constructor Detail

AxisBuilder

public AxisBuilder()

AxisBuilder

public AxisBuilder(Environment defaultEnvironment)
Method Detail

findWebServices

public void findWebServices(Module module,
                            boolean isEJB,
                            java.util.Map servletLocations,
                            Environment environment,
                            java.util.Map sharedContext)
                     throws DeploymentException
Specified by:
findWebServices in interface WebServiceBuilder
Throws:
DeploymentException

findWebServices

public void findWebServices(java.util.jar.JarFile moduleFile,
                            boolean isEJB,
                            java.util.Map servletLocations,
                            Environment environment,
                            java.util.Map sharedContext)
                     throws DeploymentException
Throws:
DeploymentException

configurePOJO

public boolean configurePOJO(GBeanData targetGBean,
                             java.lang.String servletName,
                             Module module,
                             java.lang.String servletClassName,
                             DeploymentContext context)
                      throws DeploymentException
Specified by:
configurePOJO in interface WebServiceBuilder
Throws:
DeploymentException

configureEJB

public boolean configureEJB(GBeanData targetGBean,
                            java.lang.String ejbName,
                            Module module,
                            java.util.Map sharedContext,
                            java.lang.ClassLoader classLoader)
                     throws DeploymentException
Specified by:
configureEJB in interface WebServiceBuilder
Throws:
DeploymentException

createService

public java.lang.Object createService(java.lang.Class serviceInterface,
                                      java.net.URI wsdlURI,
                                      java.net.URI jaxrpcMappingURI,
                                      javax.xml.namespace.QName serviceQName,
                                      java.util.Map portComponentRefMap,
                                      java.util.List handlerInfos,
                                      java.lang.Object serviceRefType,
                                      Module module,
                                      java.lang.ClassLoader classLoader)
                               throws DeploymentException
Throws:
DeploymentException

createService

public java.lang.Object createService(java.lang.Class serviceInterface,
                                      SchemaInfoBuilder schemaInfoBuilder,
                                      org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping,
                                      javax.xml.namespace.QName serviceQName,
                                      org.apache.axis.soap.SOAPConstants soapVersion,
                                      java.util.List handlerInfos,
                                      GerServiceRefType serviceRefType,
                                      Module module,
                                      java.lang.ClassLoader classloader)
                               throws DeploymentException
Throws:
DeploymentException

buildSEIFactoryMap

public void buildSEIFactoryMap(SchemaInfoBuilder schemaInfoBuilder,
                               GerServiceRefType serviceRefType,
                               org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping,
                               java.util.List handlerInfos,
                               javax.xml.namespace.QName serviceQName,
                               org.apache.axis.soap.SOAPConstants soapVersion,
                               java.util.Map seiPortNameToFactoryMap,
                               java.util.Map seiClassNameToFactoryMap,
                               java.lang.ClassLoader classLoader)
                        throws DeploymentException
Throws:
DeploymentException

createSEIFactory

public SEIFactory createSEIFactory(javax.xml.namespace.QName serviceName,
                                   java.lang.String portName,
                                   java.lang.String enhancedServiceEndpointClassName,
                                   java.util.List typeInfo,
                                   java.net.URL location,
                                   OperationInfo[] operationInfos,
                                   java.util.List handlerInfoInfos,
                                   java.lang.String credentialsName)
                            throws DeploymentException
Throws:
DeploymentException

buildOperationInfoLightweight

public OperationInfo buildOperationInfoLightweight(java.lang.reflect.Method method,
                                                   javax.wsdl.BindingOperation bindingOperation,
                                                   org.apache.axis.constants.Style defaultStyle,
                                                   org.apache.axis.soap.SOAPConstants soapVersion)
                                            throws DeploymentException
Throws:
DeploymentException

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.