Apache CXF API

org.apache.cxf.tools.corba.processors.wsdl
Class WSDLParameter

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.wsdl.WSDLParameter

public final class WSDLParameter
extends Object


Constructor Summary
WSDLParameter()
           
 
Method Summary
 void processParameters(WSDLToCorbaBinding wsdlToCorbaBinding, javax.wsdl.Operation operation, javax.wsdl.Definition def, SchemaCollection xmlSchemaList, List<ParamType> params, List<ArgType> returns, boolean simpleOrdering)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLParameter

public WSDLParameter()
Method Detail

processParameters

public void processParameters(WSDLToCorbaBinding wsdlToCorbaBinding,
                              javax.wsdl.Operation operation,
                              javax.wsdl.Definition def,
                              SchemaCollection xmlSchemaList,
                              List<ParamType> params,
                              List<ArgType> returns,
                              boolean simpleOrdering)
                       throws Exception
Throws:
Exception

Apache CXF API

Apache CXF