Frames | No Frames |
Methods with parameter type org.apache.axis.wsdl.symbolTable.BindingEntry | |
Parameters | SymbolTable.getOperationParameters(Operation operation, String namespace, BindingEntry bindingEntry) For the given operation, this method returns the parameter info conveniently collated. |
void | SymbolTable.getParametersFromParts(Vector v, Collection parts, boolean literal, String opName, BindingEntry bindingEntry) This method returns a vector containing Parameters which represent
each Part (shouldn't we call these "Parts" or something?)
This routine does the wrapped doc/lit processing. |
Methods with return type org.apache.axis.wsdl.symbolTable.BindingEntry | |
BindingEntry | Get the BindingEntry with the given QName. |
Constructors with parameter type org.apache.axis.wsdl.symbolTable.BindingEntry | |
Constructor. | |
JavaInterfaceWriter.JavaInterfaceWriter(Emitter emitter, PortTypeEntry ptEntry, BindingEntry bEntry, SymbolTable symbolTable) Constructor. | |
Constructor. | |
Constructor. |
Fields of type org.apache.axis.wsdl.symbolTable.BindingEntry | |
BindingEntry | Field bEntry |
BindingEntry | Field bEntry |
Methods with parameter type org.apache.axis.wsdl.symbolTable.BindingEntry | |
Generator | getJavaImplWriter
|
Generator | JavaBindingWriter.getJavaInterfaceWriter(Emitter emitter, PortTypeEntry ptEntry, BindingEntry bEntry, SymbolTable st) getJavaInterfaceWriter
|
Generator | getJavaSkelWriter
|
Generator | getJavaStubWriter
|
String | |
QName | Return the operation QName. |
String | |
String | |
String | |
boolean | Are there any MIME parameters in the given binding?
|
boolean | Are there any MIME parameters in the given binding's operation?
|
void | Write out deployment instructions for given WSDL binding
|
void | Write out deployment and undeployment instructions for given WSDL port
|
void | JavaTestCaseWriter.writeServiceTestCode(PrintWriter pw, String portName, PortType portType, BindingEntry bEntry) Method writeServiceTestCode
|