org.apache.geronimo.axis.builder
Class HeavyweightOperationDescBuilder

java.lang.Object
  extended by org.apache.geronimo.axis.builder.OperationDescBuilder
      extended by org.apache.geronimo.axis.builder.HeavyweightOperationDescBuilder

public class HeavyweightOperationDescBuilder
extends OperationDescBuilder


Field Summary
 
Fields inherited from class org.apache.geronimo.axis.builder.OperationDescBuilder
bindingOperation, built, input, operation, operationDesc, operationName, output, soapOperation
 
Constructor Summary
HeavyweightOperationDescBuilder(javax.wsdl.BindingOperation bindingOperation, org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping, org.apache.geronimo.xbeans.j2ee.ServiceEndpointMethodMappingType methodMapping, org.apache.axis.constants.Style defaultStyle, Map exceptionMap, SchemaInfoBuilder schemaInfoBuilder, org.apache.geronimo.xbeans.j2ee.JavaXmlTypeMappingType[] javaXmlTypeMappingTypes, ClassLoader classLoader, Class serviceEndpointInterface)
           
 
Method Summary
 org.apache.axis.description.OperationDesc buildOperationDesc()
           
 OperationInfo buildOperationInfo(org.apache.axis.soap.SOAPConstants soapVersion)
           
 Set getWrapperElementQNames()
           
 boolean isEncoded()
           
 
Methods inherited from class org.apache.geronimo.axis.builder.OperationDescBuilder
getOperationNameFromSOAPBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeavyweightOperationDescBuilder

public HeavyweightOperationDescBuilder(javax.wsdl.BindingOperation bindingOperation,
                                       org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping,
                                       org.apache.geronimo.xbeans.j2ee.ServiceEndpointMethodMappingType methodMapping,
                                       org.apache.axis.constants.Style defaultStyle,
                                       Map exceptionMap,
                                       SchemaInfoBuilder schemaInfoBuilder,
                                       org.apache.geronimo.xbeans.j2ee.JavaXmlTypeMappingType[] javaXmlTypeMappingTypes,
                                       ClassLoader classLoader,
                                       Class serviceEndpointInterface)
                                throws DeploymentException
Throws:
DeploymentException
Method Detail

getWrapperElementQNames

public Set getWrapperElementQNames()
                            throws DeploymentException
Throws:
DeploymentException

isEncoded

public boolean isEncoded()

buildOperationInfo

public OperationInfo buildOperationInfo(org.apache.axis.soap.SOAPConstants soapVersion)
                                 throws DeploymentException
Specified by:
buildOperationInfo in class OperationDescBuilder
Throws:
DeploymentException

buildOperationDesc

public org.apache.axis.description.OperationDesc buildOperationDesc()
                                                             throws DeploymentException
Specified by:
buildOperationDesc in class OperationDescBuilder
Throws:
DeploymentException


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