|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameters | |
---|---|
org.jboss.axis.wsdl.symbolTable | |
org.jboss.axis.wsdl.toJava |
Uses of Parameters in org.jboss.axis.wsdl.symbolTable |
---|
Methods in org.jboss.axis.wsdl.symbolTable that return Parameters | |
---|---|
Parameters |
SymbolTable.getOperationParameters(javax.wsdl.Operation operation,
String namespace,
BindingEntry bindingEntry)
For the given operation, this method returns the parameter info conveniently collated. |
Parameters |
BindingEntry.getParameters(javax.wsdl.Operation operation)
Get the Parameters object for the given operation. |
Uses of Parameters in org.jboss.axis.wsdl.toJava |
---|
Methods in org.jboss.axis.wsdl.toJava with parameters of type Parameters | |
---|---|
protected void |
JavaImplWriter.writeOperation(PrintWriter pw,
Parameters parms)
Write the implementation template for the given operation. |
protected void |
JavaDeployWriter.writeOperation(PrintWriter pw,
String javaOperName,
javax.xml.namespace.QName elementQName,
javax.xml.namespace.QName returnQName,
javax.xml.namespace.QName returnType,
Parameters params,
javax.xml.namespace.QName bindingQName,
ArrayList faults)
Raw routine that writes out the operation and parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |