Frames | No Frames |
Methods with parameter type org.apache.axis.wsdl.symbolTable.Parameters | |
void | JavaSkelWriter.writeOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String namespace) Write the skeleton code for the given operation. |
void | JavaStubWriter.writeOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String opStyle, boolean oneway, int opIndex) Write the stub code for the given operation. |
void | JavaDeployWriter.writeOperation(PrintWriter pw, String javaOperName, QName elementQName, QName returnQName, QName returnType, Parameters params, QName bindingQName, ArrayList faults, String SOAPAction) Raw routine that writes out the operation and parameters. |
void | Write the implementation template for the given operation. |
void | Method writeParameters
|
void | Method writeResponseHandling
|
Methods with return type org.apache.axis.wsdl.symbolTable.Parameters | |
Parameters | SymbolTable.getOperationParameters(Operation operation, String namespace, BindingEntry bindingEntry) For the given operation, this method returns the parameter info conveniently collated. |
Parameters | BindingEntry.getParameters(Operation operation) Get the Parameters object for the given operation. |