org.apache.geronimo.axis.builder
Class AxisBuilder
java.lang.Object
org.apache.geronimo.axis.builder.AxisBuilder
- All Implemented Interfaces:
- WebServiceBuilder
@GBean(j2eeType="ModuleBuilder")
public class AxisBuilder
- extends Object
- implements WebServiceBuilder
- Version:
- $Rev: 1144307 $ $Date: 2011-07-08 21:24:09 +0800 (Fri, 08 Jul 2011) $
|
Method Summary |
OperationInfo |
buildOperationInfoLightweight(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.openejb.jee.JavaWsdlMapping mapping,
List handlerInfos,
QName serviceQName,
org.apache.axis.soap.SOAPConstants soapVersion,
Map seiPortNameToFactoryMap,
Map seiClassNameToFactoryMap,
org.osgi.framework.Bundle bundle)
|
boolean |
configureEJB(GBeanData targetGBean,
String ejbName,
Module module,
Map sharedContext,
org.osgi.framework.Bundle bundle)
|
boolean |
configurePOJO(GBeanData targetGBean,
String servletName,
Module module,
String servletClassName,
DeploymentContext context)
|
SEIFactory |
createSEIFactory(QName serviceName,
String portName,
String enhancedServiceEndpointClassName,
List typeInfo,
URL location,
OperationInfo[] operationInfos,
List handlerInfoInfos,
String credentialsName)
|
Object |
createService(Class serviceInterface,
SchemaInfoBuilder schemaInfoBuilder,
org.apache.openejb.jee.JavaWsdlMapping mapping,
QName serviceQName,
org.apache.axis.soap.SOAPConstants soapVersion,
List handlerInfos,
GerServiceRefType serviceRefType,
Module module,
org.osgi.framework.Bundle bundle)
|
Object |
createService(Class serviceInterface,
URI wsdlURI,
URI jaxrpcMappingURI,
QName serviceQName,
Map portComponentRefMap,
List handlerInfos,
Object serviceRefType,
Module module,
org.osgi.framework.Bundle bundle)
|
void |
findWebServices(Module module,
boolean isEJB,
Map servletLocations,
Environment environment,
Map sharedContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisBuilder
public AxisBuilder(@ParamAttribute(name="defaultEnvironment")
Environment defaultEnvironment)
findWebServices
public void findWebServices(Module module,
boolean isEJB,
Map servletLocations,
Environment environment,
Map sharedContext)
throws DeploymentException
- Specified by:
findWebServices in interface WebServiceBuilder
- Throws:
DeploymentException
configurePOJO
public boolean configurePOJO(GBeanData targetGBean,
String servletName,
Module module,
String servletClassName,
DeploymentContext context)
throws DeploymentException
- Specified by:
configurePOJO in interface WebServiceBuilder
- Throws:
DeploymentException
configureEJB
public boolean configureEJB(GBeanData targetGBean,
String ejbName,
Module module,
Map sharedContext,
org.osgi.framework.Bundle bundle)
throws DeploymentException
- Specified by:
configureEJB in interface WebServiceBuilder
- Throws:
DeploymentException
createService
public Object createService(Class serviceInterface,
URI wsdlURI,
URI jaxrpcMappingURI,
QName serviceQName,
Map portComponentRefMap,
List handlerInfos,
Object serviceRefType,
Module module,
org.osgi.framework.Bundle bundle)
throws DeploymentException
- Throws:
DeploymentException
createService
public Object createService(Class serviceInterface,
SchemaInfoBuilder schemaInfoBuilder,
org.apache.openejb.jee.JavaWsdlMapping mapping,
QName serviceQName,
org.apache.axis.soap.SOAPConstants soapVersion,
List handlerInfos,
GerServiceRefType serviceRefType,
Module module,
org.osgi.framework.Bundle bundle)
throws DeploymentException
- Throws:
DeploymentException
buildSEIFactoryMap
public void buildSEIFactoryMap(SchemaInfoBuilder schemaInfoBuilder,
GerServiceRefType serviceRefType,
org.apache.openejb.jee.JavaWsdlMapping mapping,
List handlerInfos,
QName serviceQName,
org.apache.axis.soap.SOAPConstants soapVersion,
Map seiPortNameToFactoryMap,
Map seiClassNameToFactoryMap,
org.osgi.framework.Bundle bundle)
throws DeploymentException
- Throws:
DeploymentException
createSEIFactory
public SEIFactory createSEIFactory(QName serviceName,
String portName,
String enhancedServiceEndpointClassName,
List typeInfo,
URL location,
OperationInfo[] operationInfos,
List handlerInfoInfos,
String credentialsName)
throws DeploymentException
- Throws:
DeploymentException
buildOperationInfoLightweight
public OperationInfo buildOperationInfoLightweight(Method method,
javax.wsdl.BindingOperation bindingOperation,
org.apache.axis.constants.Style defaultStyle,
org.apache.axis.soap.SOAPConstants soapVersion)
throws DeploymentException
- Throws:
DeploymentException
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.