org.apache.geronimo.axis.builder
Class LightweightOperationDescBuilder

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

public class LightweightOperationDescBuilder
extends OperationDescBuilder


Field Summary
 
Fields inherited from class org.apache.geronimo.axis.builder.OperationDescBuilder
bindingOperation, built, input, operation, operationDesc, operationName, output, soapOperation
 
Constructor Summary
LightweightOperationDescBuilder(javax.wsdl.BindingOperation bindingOperation, Method method)
           
 
Method Summary
 org.apache.axis.description.OperationDesc buildOperationDesc()
           
 OperationInfo buildOperationInfo(org.apache.axis.soap.SOAPConstants soapVersion)
           
 
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

LightweightOperationDescBuilder

public LightweightOperationDescBuilder(javax.wsdl.BindingOperation bindingOperation,
                                       Method method)
                                throws DeploymentException
Throws:
DeploymentException
Method Detail

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-2007 Apache Software Foundation. All Rights Reserved.