org.apache.cxf.tools.corba.processors.wsdl
Class WSDLParameter
java.lang.Object
org.apache.cxf.tools.corba.processors.wsdl.WSDLParameter
public final class WSDLParameter
- extends Object
|
Method Summary |
void |
processParameters(WSDLToCorbaBinding wsdlToCorbaBinding,
javax.wsdl.Operation operation,
javax.wsdl.Definition def,
org.apache.cxf.common.xmlschema.SchemaCollection xmlSchemaList,
List<org.apache.cxf.binding.corba.wsdl.ParamType> params,
List<org.apache.cxf.binding.corba.wsdl.ArgType> returns,
boolean simpleOrdering)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLParameter
public WSDLParameter()
processParameters
public void processParameters(WSDLToCorbaBinding wsdlToCorbaBinding,
javax.wsdl.Operation operation,
javax.wsdl.Definition def,
org.apache.cxf.common.xmlschema.SchemaCollection xmlSchemaList,
List<org.apache.cxf.binding.corba.wsdl.ParamType> params,
List<org.apache.cxf.binding.corba.wsdl.ArgType> returns,
boolean simpleOrdering)
throws Exception
- Throws:
Exception
Apache CXF