org.apache.openejb.server.axis.assembler
Class HeavyweightOperationInfoBuilder

java.lang.Object
  extended by org.apache.openejb.server.axis.assembler.HeavyweightOperationInfoBuilder

public class HeavyweightOperationInfoBuilder
extends Object


Constructor Summary
HeavyweightOperationInfoBuilder(javax.wsdl.BindingOperation bindingOperation, ServiceEndpointMethodMapping methodMapping, JavaWsdlMapping mapping, XmlSchemaInfo schemaInfo)
           
 
Method Summary
 JaxRpcOperationInfo buildOperationInfo()
           
 Set<QName> getWrapperElementQNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeavyweightOperationInfoBuilder

public HeavyweightOperationInfoBuilder(javax.wsdl.BindingOperation bindingOperation,
                                       ServiceEndpointMethodMapping methodMapping,
                                       JavaWsdlMapping mapping,
                                       XmlSchemaInfo schemaInfo)
                                throws OpenEJBException
Throws:
OpenEJBException
Method Detail

getWrapperElementQNames

public Set<QName> getWrapperElementQNames()
                                   throws OpenEJBException
Throws:
OpenEJBException

buildOperationInfo

public JaxRpcOperationInfo buildOperationInfo()
                                       throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.