Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P Q R S T U V W X

A

ABOVE_SCHEMA_LEVEL - Static variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Utility method which walks the Document and creates Type objects for each complexType, simpleType, attributeGroup or element referenced or defined.
ANON_TOKEN - Static variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field ANON_TOKEN
add(String, Definition, Document) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Add the given Definition and Document information to the symbol table (including imported symbols), populating it with SymTabEntries for each of the top-level symbols.
addAttributeGroupToVector(Vector, Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
adds each attribute group's attribute node to the vector helper used by getContainedAttributeTypes
addAttributeToVector(Vector, Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
adds an attribute node's type and name to the vector helper used by getContainedAttributeTypes
addAttributeToVector(Vector, SymbolTable, QName, QName) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
adds an attribute to the vector helper used by addAttributeGroupToVector
addImports - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field addImports
addInishParm(Vector, Vector, int, int, Parameters, boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Add an in or inout parameter to the parameters object.
addMIMETypes(BindingEntry, MIMEMultipartRelated, Operation) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Add the parts that are really MIME types as MIME types.
addOutParm(Vector, int, Parameters, boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Add an output parameter to the parameters object.
addTypes(URL, Node, int) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method addTypes
anyElement - Variable in class org.apache.axis.wsdl.symbolTable.ElementDecl
Field anyElement
arrayTypeQNames - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
attributes - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field attributes

B

BaseType - class org.apache.axis.wsdl.symbolTable.BaseType.
This Type is for a QName represents a Base Type (i.e.
BaseType(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.BaseType
Constructor BaseType
BaseTypeMapping - class org.apache.axis.wsdl.symbolTable.BaseTypeMapping.
Get the base language name for a qname
BaseTypeMapping() - Constructor for class org.apache.axis.wsdl.symbolTable.BaseTypeMapping
 
BindingEntry - class org.apache.axis.wsdl.symbolTable.BindingEntry.
This class represents a WSDL binding.
BindingEntry(Binding, int, Style, boolean, HashMap, Map, Map) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry
Construct a BindingEntry from a WSDL4J Binding object and the additional binding info: binding type, binding style, whether there is any literal binding, and the attributes which contain the input/output/fault body type information.
BindingEntry(Binding) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry
This is a minimal constructor.
BindingEntry.OperationAttr - class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr.
Contains attributes for Operations - Body type: encoded or literal
BindingEntry.OperationAttr(Use, Use, HashMap) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Constructor OperationAttr
BindingEntry.OperationAttr() - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Constructor OperationAttr
binding - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field binding
bindingStyle - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field bindingStyle
bindingType - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field bindingType
btm - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field btm

C

CollectionElement - class org.apache.axis.wsdl.symbolTable.CollectionElement.
This Element is for a QName that is a 'collection'.
CollectionElement(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.CollectionElement
Constructor CollectionElement
CollectionTE - interface org.apache.axis.wsdl.symbolTable.CollectionTE.
Interface CollectionTE
CollectionType - class org.apache.axis.wsdl.symbolTable.CollectionType.
This Type is for a QName that is a 'collection'.
CollectionType(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.CollectionType
Constructor CollectionType
ContainedAttribute - class org.apache.axis.wsdl.symbolTable.ContainedAttribute.
 
ContainedAttribute(TypeEntry, QName) - Constructor for class org.apache.axis.wsdl.symbolTable.ContainedAttribute
 
ContainedEntry - class org.apache.axis.wsdl.symbolTable.ContainedEntry.
 
ContainedEntry(TypeEntry, QName) - Constructor for class org.apache.axis.wsdl.symbolTable.ContainedEntry
 
checkForUndefined(Definition, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Scan the Definition for undefined objects and throw an error.
checkForUndefined() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Scan the symbol table for undefined types and throw an exception.
componentType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
containedAttributes - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
contained attributes in the schema's type definition
containedElements - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
contained elements in the schema's type definition
createTypeFromDef(Node, boolean, boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Create a TypeEntry from the indicated node, which defines a type that represents a complexType, simpleType or element (for ref=).
createTypeFromRef(Node) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Node may contain a reference (via type=, ref=, or element= attributes) to another type.

D

DefinedElement - class org.apache.axis.wsdl.symbolTable.DefinedElement.
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=.
DefinedElement(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedElement
Create an element type defined by a ref/type attribute
DefinedElement(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedElement
Create an element type defined directly.
DefinedType - class org.apache.axis.wsdl.symbolTable.DefinedType.
This Type is for a QName that is a complex or simple type, these types are always emitted.
DefinedType(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedType
Constructor DefinedType
DefinedType(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedType
Constructor DefinedType
def - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field def
delegate - Variable in class org.apache.axis.wsdl.symbolTable.UndefinedElement
Field delegate
delegate - Variable in class org.apache.axis.wsdl.symbolTable.UndefinedType
Field delegate
derivedTypes - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
dimeOps - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field dimeOps
dims - Variable in class org.apache.axis.wsdl.symbolTable.MimeInfo
Field dims
dims - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
Field dims
documentation - Variable in class org.apache.axis.wsdl.symbolTable.ElementDecl
Field documentation
dump(PrintStream) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Dump the contents of the symbol table.
dynamicVars - Variable in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Field dynamicVars

E

Element - class org.apache.axis.wsdl.symbolTable.Element.
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
Element(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.Element
Create an Element object for an xml construct that references a type that has not been defined yet.
Element(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.Element
Create a Element object for an xml construct that is not a base java type
ElementDecl - class org.apache.axis.wsdl.symbolTable.ElementDecl.
Simple utility struct for holding element declarations.
ElementDecl(TypeEntry, QName) - Constructor for class org.apache.axis.wsdl.symbolTable.ElementDecl
Constructor ElementDecl
elementFormDefaults - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field elementFormDefaults
elementIndex - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field elementIndex
elementTypeEntries - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field elementTypeEntries
ensureOperationMessageValid(Message) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
ensures that a message in a <input>, <output>, or <fault> element in an <operation> element is valid.
ensureOperationValid(Operation) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
ensures that an an element <operation> within an element <portType> is valid.
ensureOperationsOfPortTypeValid(PortType) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
ensures that an an element <portType> is valid.
existsPortWithName(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
checks whether there exists a WSDL port with a given name in the current symbol table
extensionBase - Variable in class org.apache.axis.wsdl.symbolTable.DefinedType
Field extensionBase

F

FaultInfo - class org.apache.axis.wsdl.symbolTable.FaultInfo.
Fault information object.
FaultInfo(Fault, Use, String, SymbolTable) - Constructor for class org.apache.axis.wsdl.symbolTable.FaultInfo
This constructor creates FaultInfo for a binding fault.
FaultInfo(SOAPHeaderFault, SymbolTable) - Constructor for class org.apache.axis.wsdl.symbolTable.FaultInfo
This constructor creates FaultInfo for a soap:headerFault.
FaultInfo(QName, String, String, String, SymbolTable) - Constructor for class org.apache.axis.wsdl.symbolTable.FaultInfo
Constructor FaultInfo
faultBodyTypeMap - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Field faultBodyTypeMap
faults - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field faults
faults - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
Field faults
faultsFromSOAPFault(Binding, BindingOperation, Operation, ArrayList) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the faults from the soap:fault clause.
fillInBindingInfo(BindingEntry, Operation, Iterator, ArrayList, boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Fill in some binding information: bodyType, mimeType, header info.
fillInDIMEInformation(UnknownExtensibilityElement, boolean, Operation, BindingEntry) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Fill in DIME information
fillParamInfo(Parameter, BindingEntry, String, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Set the header information for this paramter
findPart(Operation, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method findPart
findQName(String, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Find or create a QName with the specified namespace/localName.

G

genQNameAttributeString(QName, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Generate an XML prefixed attribute value with a corresponding xmlns declaration for the prefix.
genQNameAttributeStringWithLastLocalPart(QName, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
 
generated - Variable in class org.apache.axis.wsdl.symbolTable.Type
 
get(QName, Class) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the entry with the given QName of the given class.
getAnnotationDocumentation(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the complete text of the child xsd:annotation/xsd:documentation element from the provided node.
getAnyElement() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
Method getAnyElement
getArrayComponentQName(Node, IntHolder, BooleanHolder, QNameHolder, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents an array encoding of one of the following forms, then return the qname repesenting the element type of the array.
getArrayComponentQName_JAXRPC(Node, IntHolder, BooleanHolder, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents an array encoding of one of the following forms, then return the qname repesenting the element type of the array.
getAttribute(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the value of the given attribute.
getAttributeAnonQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the WSDL2Java QName for the anonymous type of the attribute or null.
getAttributesWithLocalName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the attributes that have the specified local name.
getBaseName(QName) - Method in class org.apache.axis.wsdl.symbolTable.BaseTypeMapping
If the qname is registered in the target language, return the name of the registered type.
getBaseType(TypeEntry, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the base type of a given type with its symbol table.
getBaseType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Returns the Base Type Name.
getBindedParameterName(List, Parameter) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method getBindedParameterName
getBinding() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's WSDL4J Binding object.
getBindingEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the BindingEntry with the given QName.
getBindingStyle() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's binding style.
getBindingType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's binding type.
getChildByName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns named child node.
getCollectionComponentQName(Node, QNameHolder) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents an element that references a collection then return the qname repesenting the component of the collection.
getComplexElementExtensionBase(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a supported JAX-RPC complexType/element which extends another complexType.
getComplexElementRestrictionBase(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Look for the base type of node iff node is a complex type that has been derived by restriction; otherwise return null.
getComplexTypeExtensionBase(SymbolTable) - Method in class org.apache.axis.wsdl.symbolTable.DefinedType
Get a TypeEntry for the base type of this type, if one exists.
getComponentType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Return the QName of the component if this is an array type
getContainedAttributeTypes(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Return the attribute names and types if any in the node The even indices are the attribute types (TypeEntry) and the odd indices are the corresponding names (Strings).
getContainedAttributes() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
getContainedElementDeclarations(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a supported JAX-RPC complexType or simpleType, a Vector is returned which contains ElementDecls for the child element names.
getContainedElements() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
getContainedSimpleTypes(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Method getContainedSimpleTypes
getDefinition() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Definition.
getDerivedTypes(TypeEntry, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
This method returns a set of all types that are derived from this type via an extension of a complexType
getDerivedTypes(TypeEntry, HashSet, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Method getDerivedTypes
getDimensions() - Method in class org.apache.axis.wsdl.symbolTable.MimeInfo
Method getDimensions
getDimensions() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Return the dimensions of this type, which can be 0 or more "[]".
getDocumentation() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
Method getDocumentation
getDynamicVar(Object) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
There may be information that does not exist in WSDL4J/DOM structures and does not exist in our additional structures, but that Writer implementation will need.
getElement(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Element TypeEntry with the given QName.
getElementAnonQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the WSDL2Java QName for the anonymous type of the element or null.
getElementFormDefaults() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
getElementIndex() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Return an unmodifiable map of qnames -> Elements in the symbol table.
getFaultBodyType(Operation, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the fault body type for the given fault of the given operation.
getFaultBodyTypeMap() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Method getFaultBodyTypeMap
getFaultPart() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
It is assumed at this point that the fault message has only 0 or 1 parts.
getFaultType(SymbolTable, Part) - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Get the XML type (QName) for a Fault - look in the (single) fault part for type="" or element="" - if type, return the QName.
getFaults() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Return the map of BindingOperations to ArraList of FaultBodyType
getFileURL(URL, String) - Static method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method getFileURL
getHashMap() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the raw symbol table HashMap.
getHeaderParts() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the header parameter map.
getInnerCollectionComponentQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method getInnerCollectionComponentQName
getInnerTypeQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method getInnerTypeQName
getInputBodyType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Method getInputBodyType
getInputBodyType(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the input body type for the given operation.
getItemQName() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
getLastLocalPart(String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
 
getListItemType(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the value of itemType attribute of in
getListNode(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
 
getMIMEInfo(String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the mime mapping for the given parameter name.
getMIMEInfo() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the MIME type of the parameter.
getMIMETypes() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the MIME types map.
getMaxOccursIsExactlyOne() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
Method getMaxOccursIsExactlyOne
getMaxOccursIsUnbounded() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
Method getMaxOccursIsUnbounded
getMemberTypeQNames(Node) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Method getMemberTypeQNames
getMessage() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Method getMessage
getMessage() - Method in class org.apache.axis.wsdl.symbolTable.MessageEntry
Get this entry's Message object.
getMessageEntries() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
getMessageEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the MessageEntry with the given QName.
getMinOccursIs0() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
Method getMinOccursIs0
getMode() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the mode (IN, INOUT, OUT) of the parameter.
getName() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Return the name of the fault.
getName() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the name of this parameter.
getName() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Get the name of this entry.
getNestedTypes(SymbolTable, boolean) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
This method returns a set of all the nested types.
getNestedTypes(TypeEntry, SymbolTable, boolean) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
This method returns a set of all the nested types.
getNestedTypes(TypeEntry, HashSet, SymbolTable, boolean) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Method getNestedTypes
getNillable() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
Method getNillable
getNode() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Query the node for this type.
getNodeNameQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
XML nodes may have a name attribute.
getNodeQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
An xml element may have a name.
getOperationParameters(Operation, String, BindingEntry) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
For the given operation, this method returns the parameter info conveniently collated.
getOperations() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get a java.util.Set of comprised Operation objects.
getOptional() - Method in class org.apache.axis.wsdl.symbolTable.ContainedAttribute
Method getOptional
getOptional() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
Method getOptional
getOutputBodyType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Method getOutputBodyType
getOutputBodyType(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the output body type for the given operation.
getParameters(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the Parameters object for the given operation.
getParameters() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get all of the parameters for all operations.
getParametersFromParts(Vector, Collection, boolean, String, BindingEntry) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
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.
getPartIndex(String, Vector) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Return the index of the given name in the given Vector, -1 if it doesn't exist.
getPort() - Method in class org.apache.axis.wsdl.symbolTable.PortEntry
replies the WSDL port element represented by this symbol table entry
getPortType() - Method in class org.apache.axis.wsdl.symbolTable.PortTypeEntry
Get this entry's PortType object.
getPortTypeEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the PortTypeEntry with the given QName.
getQName() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Return the QName of a fault.
getQName() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the fully qualified name of this parameter.
getQName() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Get the QName of this entry.
getQNameFromPrefixedName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Convert a prefixed name into a qname
getRefType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
If this type references another type, return that type, otherwise return null.
getRestrictionOrExtensionNode(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the contained restriction or extension node underneath the specified node.
getScopedAttribute(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the value of the given attribute.
getService() - Method in class org.apache.axis.wsdl.symbolTable.ServiceEntry
Get this entry's Service object.
getServiceEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the ServiceEntry with the given QName.
getSimpleTypeBase(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a 'normal' non-enumeration simpleType, the QName of the simpleType base is returned.
getSymbols(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the list of entries with the given QName.
getTextByPath(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns all textual nodes of a subnode defined by a parent node and a path of element names to that subnode.
getType() - Method in class org.apache.axis.wsdl.symbolTable.ContainedEntry
 
getType() - Method in class org.apache.axis.wsdl.symbolTable.MimeInfo
Method getType
getType() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Get the TypeEntry of the parameter.
getType(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Type TypeEntry with the given QName.
getTypeEntry(QName, boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the type entry for the given qname.
getTypeEntryCount() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Return the count of TypeEntries in the symbol table.
getTypeIndex() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Return an unmodifiable map of qnames -> Elements in the symbol table.
getTypeQName(Node, BooleanHolder, boolean) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
An XML element or attribute node has several ways of identifying the type of the element or attribute: - use the type attribute to reference a complexType/simpleType - use the ref attribute to reference another element, group or attributeGroup - use of an anonymous type (i.e.
getTypeQNameFromAttr(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Gets the QName of the type of the node via the specified attribute name.
getTypes() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Deprecated. use specialized get{Element,Type}Index() methods instead
getURL(URL, String) - Static method in class org.apache.axis.wsdl.symbolTable.SymbolTable
This is essentially a call to "new URL(contextURL, spec)" with extra handling in case spec is a file.
getUndefinedTypeRef() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
getUndefinedTypeRef returns the Undefined TypeEntry that this entry depends on or NULL.
getUnderlTypeNillable() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Return whether the underlying type is nillable if this is an array type.
getUnionNode(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
 
getUse() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Method getUse
getWSDLURI() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the WSDL URI.
getXMLType() - Method in class org.apache.axis.wsdl.symbolTable.FaultInfo
Method getXMLType

H

hasLiteral - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field hasLiteral
hasLiteral() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Do any of the message stanzas contain a soap:body which uses literal?
headerPart(String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the mime mapping for the given part name.
headerParts - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field headerParts

I

IN - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field IN
INOUT - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field INOUT
IN_HEADER - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field IN_HEADER
importedFiles - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Add the given Definition and Document information to the symbol table (including imported symbols), populating it with SymTabEntries for each of the top-level symbols.
inHeader - Variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field inHeader
inouts - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
Field inouts
inputBodyType - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Field inputBodyType
inputs - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
Field inputs
isBaseType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
Field isBaseType
isBaseType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Method isBaseType
isGenerated() - Method in class org.apache.axis.wsdl.symbolTable.Type
 
isInHeader() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Is this parameter in the input message header?
isInHeaderPart(String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Is this part an input header part?.
isKnownNamespace(String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Check if this is a known namespace (soap-enc or schema xsd or schema xsi or xml)
isListWithItemType(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns whether the specified node represents a with a nested .
isMixed(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
This method checks mixed=true attribute is set either on complexType or complexContent element.
isOmittable() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
isOnlyLiteralReferenced() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Is this type references ONLY as a literal type? If a binding's message's soapBody says: use="literal", then a type is referenced literally.
isOperationDIME(String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Check if this operation should use DIME
isOutHeader() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
Is this parameter in the output message header?
isOutHeaderPart(String, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Is this part an output header part?.
isQuiet() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method isQuiet
isReferenced - Variable in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Field isReferenced
isReferenced() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Is this entry referenced by any other entry in the symbol table?
isSimpleSchemaType(String) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Determine if a string is a simple XML Schema type
isSimpleSchemaType(QName) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Determine if a QName is a simple XML Schema type
isSimpleType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
Field isSimpleType
isSimpleType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Method isSimpleType
isSimpleTypeOrSimpleContent(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node is a simple type or contains simpleContent, return true
isSimpleTypeWithUnion(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
 
isWrapped() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Are we wrapping literal soap body elements.
isWrappedType(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
This method checks out if the given node satisfies the 3rd condition of the "wrapper" style: such an element (a wrapper) must be of a complex type defined using the xsd:sequence compositor and containing only elements declarations.
isXSDNode(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Test whether node is not null, belongs to the XML Schema namespace, and has a localName that matches schemaLocalName

This can be used to determine that a given Node defines a schema "complexType" "element" and so forth.

itemQName - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
If this TypeEntry represents an array with elements inside a "wrapper" this field can optionally change the inner QName (default is ).

L

list - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
Field list
list - Variable in class org.apache.axis.wsdl.symbolTable.UndefinedDelegate
Field list
lookForImports(URL, Node) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Recursively find all xsd:import'ed objects and call populate for each one.

M

MessageEntry - class org.apache.axis.wsdl.symbolTable.MessageEntry.
This class represents a WSDL message.
MessageEntry(Message) - Constructor for class org.apache.axis.wsdl.symbolTable.MessageEntry
Construct a MessageEntry from a WSDL4J Message object.
MimeInfo - class org.apache.axis.wsdl.symbolTable.MimeInfo.
Class MimeInfo
MimeInfo(String, String) - Constructor for class org.apache.axis.wsdl.symbolTable.MimeInfo
Constructor MimeInfo
maxOccursExactOne - Variable in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
maxOccursIsUnbounded - Variable in class org.apache.axis.wsdl.symbolTable.ElementDecl
Field maxOccursIsUnbounded
mep - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
The MEP for this operation (default is request-response)
message - Variable in class org.apache.axis.wsdl.symbolTable.FaultInfo
Field message
message - Variable in class org.apache.axis.wsdl.symbolTable.MessageEntry
Field message
mimeInfo - Variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field mimeInfo
mimeTypes - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field mimeTypes
minOccursIs0 - Variable in class org.apache.axis.wsdl.symbolTable.ElementDecl
Field minOccursIs0
mode - Variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field mode

N

NO_HEADER - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the flag indicating what sort of header this part is.
name - Variable in class org.apache.axis.wsdl.symbolTable.FaultInfo
Field name
name - Variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field name
name - Variable in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Field name
nillable - Variable in class org.apache.axis.wsdl.symbolTable.ElementDecl
Field nillable
node - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
Field node
node2ExtensionBase - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
cache of nodes -> base types for complexTypes.
nowrap - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field nowrap
nsmap - Static variable in class org.apache.axis.wsdl.symbolTable.Utils
cache of namespaces -> maps of localNames -> QNames

O

OUT - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field OUT
OUT_HEADER - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field OUT_HEADER
omittable - Variable in class org.apache.axis.wsdl.symbolTable.Parameter
Is this an omittable param?
onlyLiteralReference - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
Field onlyLiteralReference
optional - Variable in class org.apache.axis.wsdl.symbolTable.ContainedAttribute
Field optional
optional - Variable in class org.apache.axis.wsdl.symbolTable.ElementDecl
Field optional
org.apache.axis.wsdl.symbolTable - package org.apache.axis.wsdl.symbolTable
 
outHeader - Variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field outHeader
outputBodyType - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Field outputBodyType
outputs - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
Field outputs

P

Parameter - class org.apache.axis.wsdl.symbolTable.Parameter.
This class simply collects
Parameter() - Constructor for class org.apache.axis.wsdl.symbolTable.Parameter
 
Parameters - class org.apache.axis.wsdl.symbolTable.Parameters.
This class simply collects all the parameter or message data for an operation into one place.
Parameters() - Constructor for class org.apache.axis.wsdl.symbolTable.Parameters
 
PortEntry - class org.apache.axis.wsdl.symbolTable.PortEntry.
This class represents the symbol table entry for a WSDL port.
PortEntry(Port) - Constructor for class org.apache.axis.wsdl.symbolTable.PortEntry
constructor
PortTypeEntry - class org.apache.axis.wsdl.symbolTable.PortTypeEntry.
This class represents a WSDL portType.
PortTypeEntry(PortType) - Constructor for class org.apache.axis.wsdl.symbolTable.PortTypeEntry
Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects, keyed off of the operation name.
parameters - Variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
Field parameters
populate(String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Call this method if you have a uri for the WSDL document
populate(String, String, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method populate
populate(String, Document) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Call this method if your WSDL document has already been parsed as an XML DOM document.
populate(URL, Definition, Document, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Method populate
populateBindings(Definition) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Populate the symbol table with all of the BindingEntry's from the Definition.
populateMessages(Definition) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Populate the symbol table with all of the MessageEntry's from the Definition.
populateParameters() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Create the parameters and store them in the bindingEntry.
populatePortTypes(Definition) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Populate the symbol table with all of the PortTypeEntry's from the Definition.
populatePorts(Map) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
populates the symbol table with port elements defined within a <service> element.
populateServices(Definition) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Populate the symbol table with all of the ServiceEntry's from the Definition.
populateTypes(URL, Document) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Populate the symbol table with all of the Types from the Document.
port - Variable in class org.apache.axis.wsdl.symbolTable.PortEntry
the WSDL port element represented by this symbol table entry
portType - Variable in class org.apache.axis.wsdl.symbolTable.PortTypeEntry
Field portType
processAllNode(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Invoked by getContainedElementDeclarations to get the child element types and child element names underneath an all node.
processChildElementNode(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Invoked by getContainedElementDeclarations to get the child element type and child element name for a child element node.
processChoiceNode(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Invoked by getContainedElementDeclarations to get the child element types and child element names underneath a Choice Node
processGroupNode(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Invoked by getContainedElementDeclarations to get the child element types and child element names underneath a group node.
processSequenceNode(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Invoked by getContainedElementDeclarations to get the child element types and child element names underneath a Sequence Node
processTypes() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
 

Q

qName - Variable in class org.apache.axis.wsdl.symbolTable.FaultInfo
Field qName
qname - Variable in class org.apache.axis.wsdl.symbolTable.Parameter
Field qname
qname - Variable in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Field qname
quiet - Variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field quiet

R

refType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
Field refType
register(TypeEntry) - Method in interface org.apache.axis.wsdl.symbolTable.Undefined
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedDelegate
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedElement
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedType
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
returnParam - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
Field returnParam

S

SCHEMA_LEVEL - Static variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
Field SCHEMA_LEVEL
SchemaUtils - class org.apache.axis.wsdl.symbolTable.SchemaUtils.
This class contains static utility methods specifically for schema type queries.
SchemaUtils() - Constructor for class org.apache.axis.wsdl.symbolTable.SchemaUtils
 
ServiceEntry - class org.apache.axis.wsdl.symbolTable.ServiceEntry.
This class represents a WSDL service.
ServiceEntry(Service) - Constructor for class org.apache.axis.wsdl.symbolTable.ServiceEntry
Construct a ServiceEntry from a WSDL4J Service object.
SymTabEntry - class org.apache.axis.wsdl.symbolTable.SymTabEntry.
SymTabEntry is the base class for all symbol table entries.
SymTabEntry(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.SymTabEntry
Construct a symbol table entry with the given QName.
SymbolTable - class org.apache.axis.wsdl.symbolTable.SymbolTable.
This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services.