| java.lang.Object org.apache.axis2.description.AxisService2WSDL20
generateInterfaceOperationElement | public OMElement generateInterfaceOperationElement(AxisOperation axisOperation, OMNamespace wsdl, OMNamespace tns, OMNamespace wsdlx)(Code) | | Generates the interface Operation element. As with the binding operations we dont need to
ask AxisMessage to serialize its message cause AxisMessage does not have specific properties
as bindings.
Parameters: axisOperation - the operation to write Parameters: wsdl - the WSDL namespace Parameters: tns - the target namespace Parameters: wsdlx - the WSDL extentions namespace (WSDL 2.0) the generated <operation> element |
generateOM | public OMElement generateOM() throws Exception(Code) | | Generates a WSDL 2.0 document for this web service
The WSDL2 document element throws: Exception - - Thrown in case an exception occurs |
|
|