| java.lang.Object org.apache.geronimo.axis.builder.AxisBuilder
AxisBuilder | public class AxisBuilder implements WebServiceBuilder(Code) | | version: $Rev: 561663 $ $Date: 2007-07-31 22:15:55 -0700 (Tue, 31 Jul 2007) $ |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
Method Summary | |
public OperationInfo | buildOperationInfoLightweight(Method method, BindingOperation bindingOperation, Style defaultStyle, SOAPConstants soapVersion) | public void | buildSEIFactoryMap(SchemaInfoBuilder schemaInfoBuilder, GerServiceRefType serviceRefType, JavaWsdlMappingType mapping, List handlerInfos, QName serviceQName, SOAPConstants soapVersion, Map seiPortNameToFactoryMap, Map seiClassNameToFactoryMap, ClassLoader classLoader) | public boolean | configureEJB(GBeanData targetGBean, String ejbName, Module module, Map sharedContext, ClassLoader classLoader) | public boolean | configurePOJO(GBeanData targetGBean, String servletName, Module module, String servletClassName, DeploymentContext context) | public SEIFactory | createSEIFactory(QName serviceName, String portName, String enhancedServiceEndpointClassName, List typeInfo, URL location, OperationInfo[] operationInfos, List handlerInfoInfos, String credentialsName) | public Object | createService(Class serviceInterface, URI wsdlURI, URI jaxrpcMappingURI, QName serviceQName, Map portComponentRefMap, List handlerInfos, Object serviceRefType, Module module, ClassLoader classLoader) | public Object | createService(Class serviceInterface, SchemaInfoBuilder schemaInfoBuilder, JavaWsdlMappingType mapping, QName serviceQName, SOAPConstants soapVersion, List handlerInfos, GerServiceRefType serviceRefType, Module module, ClassLoader classloader) | public void | findWebServices(Module module, boolean isEJB, Map servletLocations, Environment environment, Map sharedContext) | public void | findWebServices(JarFile moduleFile, boolean isEJB, Map servletLocations, Environment environment, Map sharedContext) | public static GBeanInfo | getGBeanInfo() | static boolean | isJAXWSWebService(Class clazz) | Class> | loadClass(String className, ClassLoader loader) |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
AxisBuilder | public AxisBuilder()(Code) | | |
AxisBuilder | public AxisBuilder(Environment defaultEnvironment)(Code) | | |
buildOperationInfoLightweight | public OperationInfo buildOperationInfoLightweight(Method method, BindingOperation bindingOperation, Style defaultStyle, SOAPConstants soapVersion) throws DeploymentException(Code) | | |
buildSEIFactoryMap | public void buildSEIFactoryMap(SchemaInfoBuilder schemaInfoBuilder, GerServiceRefType serviceRefType, JavaWsdlMappingType mapping, List handlerInfos, QName serviceQName, SOAPConstants soapVersion, Map seiPortNameToFactoryMap, Map seiClassNameToFactoryMap, ClassLoader classLoader) throws DeploymentException(Code) | | |
configureEJB | public boolean configureEJB(GBeanData targetGBean, String ejbName, Module module, Map sharedContext, ClassLoader classLoader) throws DeploymentException(Code) | | |
configurePOJO | public boolean configurePOJO(GBeanData targetGBean, String servletName, Module module, String servletClassName, DeploymentContext context) throws DeploymentException(Code) | | |
createService | public Object createService(Class serviceInterface, SchemaInfoBuilder schemaInfoBuilder, JavaWsdlMappingType mapping, QName serviceQName, SOAPConstants soapVersion, List handlerInfos, GerServiceRefType serviceRefType, Module module, ClassLoader classloader) throws DeploymentException(Code) | | |
findWebServices | public void findWebServices(Module module, boolean isEJB, Map servletLocations, Environment environment, Map sharedContext) throws DeploymentException(Code) | | |
findWebServices | public void findWebServices(JarFile moduleFile, boolean isEJB, Map servletLocations, Environment environment, Map sharedContext) throws DeploymentException(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
isJAXWSWebService | static boolean isJAXWSWebService(Class clazz)(Code) | | |
|
|