Uses of Class org.apache.axis.wsdl.symbolTable.BindingEntry

Uses in package org.apache.axis.wsdl.symbolTable

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.

Uses in package org.apache.axis.wsdl.toJava

Constructors with parameter type org.apache.axis.wsdl.symbolTable.BindingEntry

Constructor.
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
getJavaInterfaceWriter
Generator
getJavaSkelWriter
Generator
getJavaStubWriter
String
QName
Utils.getOperationQName(BindingOperation bindingOper, BindingEntry bEntry, SymbolTable symbolTable)
Return the operation QName.
String
JavaGeneratorFactory.getParameterTypeJavaNameHook(BindingEntry bEntry, String wsdlOpName, int pos)
String
String
boolean
Are there any MIME parameters in the given binding?
boolean
Utils.hasMIME(BindingEntry bEntry, BindingOperation operation)
Are there any MIME parameters in the given binding's operation?
void
Write out deployment instructions for given WSDL binding
void
JavaDeployWriter.writeDeployPort(PrintWriter pw, Port port, Service service, BindingEntry bEntry)
Write out deployment and undeployment instructions for given WSDL port
void
JavaTestCaseWriter.writeServiceTestCode(PrintWriter pw, String portName, PortType portType, BindingEntry bEntry)
Method writeServiceTestCode

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.