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

A

addConstructorArgument(ObjInfo) - Method in class com.ibm.cs.util.CodeBuffer
 
addConstructorException(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addConstructorStatement(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addEventListener(Object, String, EventProcessor) - Static method in class com.ibm.cs.util.ReflectionUtils
Add an event processor as a listener to some event coming out of an object.
addFieldDeclaration(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addImplements(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addImport(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addInitializerStatement(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addMethodDeclaration(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addNSDeclaration(String) - Method in class com.ibm.cs.xml.NSStack
Add a new declaration to the current scope using a unique prefix and return the prefix.
addNSDeclaration(String, String) - Method in class com.ibm.cs.xml.NSStack
Add a new declaration to the current scope.
addServiceMethodException(String) - Method in class com.ibm.cs.util.CodeBuffer
 
addServiceMethodStatement(String) - Method in class com.ibm.cs.util.CodeBuffer
 
ArraySerializer - class com.ibm.soap.encoding.soapenc.ArraySerializer.
A ArraySerializer can be used to serialize and deserialize arrays using the SOAP-ENC encoding style.
ArraySerializer() - Constructor for class com.ibm.soap.encoding.soapenc.ArraySerializer
 
ATTR_ARRAY_TYPE - Static variable in class com.ibm.soap.Constants
 
ATTR_ENCODING_STYLE - Static variable in class com.ibm.soap.Constants
 
ATTR_MUST_UNDERSTAND - Static variable in class com.ibm.soap.Constants
 
ATTR_NULL - Static variable in class com.ibm.soap.Constants
 
ATTR_TYPE - Static variable in class com.ibm.soap.Constants
 
ATTRVAL_TRUE - Static variable in class com.ibm.soap.Constants
 

B

Bean - class com.ibm.cs.util.Bean.
A Bean is the class used to represent a bean: it holds a type and a value.
Bean(Class, Object) - Constructor for class com.ibm.cs.util.Bean
 
BeanSerializer - class com.ibm.soap.encoding.soapenc.BeanSerializer.
A BeanSerializer can be used to serialize and deserialize JavaBeans using the SOAP-ENC encoding style.
BeanSerializer() - Constructor for class com.ibm.soap.encoding.soapenc.BeanSerializer
 
Body - class com.ibm.soap.Body.
A Body object represents the contents and semantics of a <SOAP-ENV:Body> element.
Body() - Constructor for class com.ibm.soap.Body
 
buildEnvelope() - Method in class com.ibm.soap.rpc.Response
 
buildEnvelope() - Method in class com.ibm.soap.rpc.Call
 
buildNewSymbol(String) - Method in class com.ibm.cs.util.CodeBuffer
 
buildSOAPMappingRegistry(DeploymentDescriptor) - Static method in class com.ibm.soap.server.DeploymentDescriptor
Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor.

C

Call - class com.ibm.soap.rpc.Call.
A Call object represents an RPC call.
Call() - Constructor for class com.ibm.soap.rpc.Call
 
Call(String, String, Vector, Header, String) - Constructor for class com.ibm.soap.rpc.Call
 
classNameToVarName(String) - Static method in class com.ibm.cs.util.StringUtils
 
cleanString(String) - Static method in class com.ibm.soap.Utils
 
cleanString(String) - Static method in class com.ibm.cs.util.StringUtils
 
clearSymbolTable() - Method in class com.ibm.cs.util.CodeBuffer
 
CodeBuffer - class com.ibm.cs.util.CodeBuffer.
A CodeBuffer object is used as a code repository for generated Java code.
CodeBuffer() - Constructor for class com.ibm.cs.util.CodeBuffer
 
CodeBuffer(CodeBuffer) - Constructor for class com.ibm.cs.util.CodeBuffer
 
com.ibm.cs.net - package com.ibm.cs.net
 
com.ibm.cs.util - package com.ibm.cs.util
 
com.ibm.cs.xml - package com.ibm.cs.xml
 
com.ibm.soap - package com.ibm.soap
 
com.ibm.soap.encoding - package com.ibm.soap.encoding
 
com.ibm.soap.encoding.literalxml - package com.ibm.soap.encoding.literalxml
 
com.ibm.soap.encoding.soapenc - package com.ibm.soap.encoding.soapenc
 
com.ibm.soap.encoding.xmi - package com.ibm.soap.encoding.xmi
 
com.ibm.soap.rpc - package com.ibm.soap.rpc
 
com.ibm.soap.server - package com.ibm.soap.server
 
com.ibm.soap.transport - package com.ibm.soap.transport
 
com.ibm.soap.transport.http - package com.ibm.soap.transport.http
 
com.ibm.soap.transport.smtp - package com.ibm.soap.transport.smtp
 
Constants - class com.ibm.soap.Constants.
SOAP constants.
Constants() - Constructor for class com.ibm.soap.Constants
 
content - Variable in class com.ibm.cs.net.HTTPUtils.Response
 
contentLength - Variable in class com.ibm.cs.net.HTTPUtils.Response
 
contentType - Variable in class com.ibm.cs.net.HTTPUtils.Response
 
CONV_BSIZE - Static variable in class com.ibm.cs.xml.XMISerializer
 
countKids(Element, short) - Static method in class com.ibm.cs.util.DOMUtils
Count number of children of a certain type of the given element.
crc - Static variable in class com.ibm.cs.xml.DomHash
 
createBean(ClassLoader, String, Class[], Object[]) - Static method in class com.ibm.cs.util.ReflectionUtils
Create a bean using given class loader and using the appropriate constructor for the given args of the given arg types.
createBean(ClassLoader, String, Object[]) - Static method in class com.ibm.cs.util.ReflectionUtils
Create a bean using given class loader and using the appropriate constructor for the given args.
createDocument() - Method in interface com.ibm.cs.xml.XMLParserLiaison
 
createDocument() - Method in class com.ibm.cs.xml.XercesParserLiaison
 

D

declareNamespace(String, String) - Method in class com.ibm.soap.Fault
 
declareNamespace(String, String) - Method in class com.ibm.soap.Envelope
 
declareNamespace(String, String) - Method in class com.ibm.soap.Header
 
declareNamespace(String, String) - Method in class com.ibm.soap.Body
 
deploy(DeploymentDescriptor) - Method in class com.ibm.soap.server.ServiceManager
Deploy a service: add the descriptor to the persistent record of what has been deployed.
deploy(DeploymentDescriptor) - Method in class com.ibm.soap.server.ServiceManagerClient
 
DeploymentDescriptor - class com.ibm.soap.server.DeploymentDescriptor.
This class represents the deployment information about a SOAP service.
DeploymentDescriptor() - Constructor for class com.ibm.soap.server.DeploymentDescriptor
Constructor.
Deserializer - interface com.ibm.cs.xml.Deserializer.
A Deserializer ...
DOM2Writer - class com.ibm.cs.xml.DOM2Writer.
This class is a utility to serialize a DOM node as XML.
DOM2Writer() - Constructor for class com.ibm.cs.xml.DOM2Writer
 
DomHash - class com.ibm.cs.xml.DomHash.
 
DomHash() - Constructor for class com.ibm.cs.xml.DomHash
 
DOMUtils - class com.ibm.cs.util.DOMUtils.
 
DOMUtils() - Constructor for class com.ibm.cs.util.DOMUtils
 
DOMWriter - class com.ibm.cs.xml.DOMWriter.
This class is a utility to serialize a DOM node as XML.
DOMWriter() - Constructor for class com.ibm.cs.xml.DOMWriter
 

E

ELEM_BODY - Static variable in class com.ibm.soap.Constants
 
ELEM_DETAIL - Static variable in class com.ibm.soap.Constants
 
ELEM_ENVELOPE - Static variable in class com.ibm.soap.Constants
 
ELEM_FAULT - Static variable in class com.ibm.soap.Constants
 
ELEM_FAULT_ACTOR - Static variable in class com.ibm.soap.Constants
 
ELEM_FAULT_CODE - Static variable in class com.ibm.soap.Constants
 
ELEM_FAULT_STRING - Static variable in class com.ibm.soap.Constants
 
ELEM_HEADER - Static variable in class com.ibm.soap.Constants
 
ELEM_PARAMETER - Static variable in class com.ibm.soap.rpc.RPCConstants
 
ELEM_RETURN - Static variable in class com.ibm.soap.rpc.RPCConstants
 
elementType - Variable in class com.ibm.soap.server.TypeMapping
 
encodingStyle - Variable in class com.ibm.soap.server.TypeMapping
 
Envelope - class com.ibm.soap.Envelope.
An Envelope object represents the contents and semantics of an <SOAP-ENV:Envelope> element.
Envelope() - Constructor for class com.ibm.soap.Envelope
 
equals(Object) - Method in class com.ibm.cs.xml.QName
 
ERR_MSG_VERSION_MISMATCH - Static variable in class com.ibm.soap.Constants
 
extractFromEnvelope(Envelope, ServiceManager) - Static method in class com.ibm.soap.rpc.Call
 
extractFromEnvelope(Envelope, SOAPMappingRegistry) - Static method in class com.ibm.soap.rpc.Response
 

F

Fault - class com.ibm.soap.Fault.
A Fault object represents the contents and semantics of a <SOAP-ENV:Fault> element.
FAULT_CODE_CLIENT - Static variable in class com.ibm.soap.Constants
 
FAULT_CODE_MUST_UNDERSTAND - Static variable in class com.ibm.soap.Constants
 
FAULT_CODE_PROTOCOL - Static variable in class com.ibm.soap.Constants
 
FAULT_CODE_SERVER - Static variable in class com.ibm.soap.Constants
 
FAULT_CODE_SERVER_BAD_TARGET_OBJECT_URI - Static variable in class com.ibm.soap.rpc.RPCConstants
 
FAULT_CODE_VERSION_MISMATCH - Static variable in class com.ibm.soap.Constants
 
Fault() - Constructor for class com.ibm.soap.Fault
 
findChildElementWithAttribute(Element, String, String) - Static method in class com.ibm.cs.util.DOMUtils
Return the first child element of the given element which has the given attribute with the given value.
fromXML(Element) - Static method in class com.ibm.soap.server.DeploymentDescriptor
Build a deployment descriptor from a document corresponding to the deployment descriptor DTD.

G

generateArrayHeader(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry, QName, String) - Static method in class com.ibm.soap.encoding.soapenc.SoapEncUtils
 
generatedFault() - Method in class com.ibm.soap.rpc.Response
 
generateNullArray(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry, QName, String) - Static method in class com.ibm.soap.encoding.soapenc.SoapEncUtils
 
generateNullStructure(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry) - Static method in class com.ibm.soap.encoding.soapenc.SoapEncUtils
 
generateStructureHeader(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry) - Static method in class com.ibm.soap.encoding.soapenc.SoapEncUtils
 
getAddressFromAddressHeader(String) - Static method in class com.ibm.soap.transport.smtp.SMTPUtils
This method takes an SMTP header line like from say "To:" header and extracts the actual email address in there.
getAttribute(Element, String) - Static method in class com.ibm.cs.util.DOMUtils
Returns the value of an attribute of an element.
getAttribute(QName) - Method in class com.ibm.soap.Fault
 
getAttribute(QName) - Method in class com.ibm.soap.Envelope
 
getAttribute(QName) - Method in class com.ibm.soap.Header
 
getAttribute(QName) - Method in class com.ibm.soap.Body
 
getAttributeValue(Element, String, String, String, boolean) - Static method in class com.ibm.soap.encoding.soapenc.SoapEncUtils
 
getBody() - Method in class com.ibm.soap.Envelope
 
getBodyEntries() - Method in class com.ibm.soap.Body
 
getChars(int, char) - Static method in class com.ibm.cs.util.StringUtils
Get a string consisting of numberOfChars theChars.
getChildCharacterData(Element) - Static method in class com.ibm.cs.util.DOMUtils
Concat all the text and cdata node children of this elem and return the resulting text.
getClassName() - Method in class com.ibm.cs.util.CodeBuffer
 
getClassName(Class) - Static method in class com.ibm.cs.util.StringUtils
 
getCommaListFromVector(Vector) - Static method in class com.ibm.cs.util.StringUtils
 
getConstructor(Class, Class[]) - Static method in class com.ibm.cs.util.MethodUtils
Class.getConstructor() finds only the entry point (if any) _exactly_ matching the specified argument types.
getConstructorArguments() - Method in class com.ibm.cs.util.CodeBuffer
 
getConstructorBuffer() - Method in class com.ibm.cs.util.CodeBuffer
 
getConstructorExceptions() - Method in class com.ibm.cs.util.CodeBuffer
 
getContentAsReader(URL) - Static method in class com.ibm.cs.util.StringUtils
 
getContentAsString(URL) - Static method in class com.ibm.cs.util.StringUtils
 
getDetailEntries() - Method in class com.ibm.soap.Fault
 
getElementHash(Element) - Static method in class com.ibm.cs.xml.DomHash
 
getEncodingStyleURI() - Method in class com.ibm.soap.rpc.RPCMessage
 
getEncodingStyleURI() - Method in class com.ibm.soap.rpc.Parameter
 
getEnvelopeEntries() - Method in class com.ibm.soap.Envelope
 
getExtends() - Method in class com.ibm.cs.util.CodeBuffer
 
getFault() - Method in class com.ibm.soap.rpc.Response
 
getFaultActorURI() - Method in class com.ibm.soap.Fault
 
getFaultCode() - Method in class com.ibm.soap.Fault
 
getFaultCode() - Method in class com.ibm.soap.SOAPException
 
getFaultEntries() - Method in class com.ibm.soap.Fault
 
getFaultString() - Method in class com.ibm.soap.Fault
 
getField(Object, String) - Static method in class com.ibm.cs.util.ReflectionUtils
 
getFieldBuffer() - Method in class com.ibm.cs.util.CodeBuffer
 
getFinalServiceMethodStatement() - Method in class com.ibm.cs.util.CodeBuffer
 
getFirstChildElement(Element) - Static method in class com.ibm.cs.util.DOMUtils
Return the first child element of the given element.
getHeader() - Method in class com.ibm.soap.Envelope
 
getHeader() - Method in class com.ibm.soap.rpc.RPCMessage
 
getHeaderEntries() - Method in class com.ibm.soap.Header
 
getHeaders() - Method in interface com.ibm.soap.transport.SOAPTransport
Return access to headers generated by the protocol.
getHeaders() - Method in class com.ibm.soap.transport.http.SOAPHTTPConnection
Return access to headers generated by the protocol.
getHeaders() - Method in class com.ibm.soap.transport.smtp.SOAPSMTPConnection
Return access to headers generated by the protocol.
getID() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getImplements() - Method in class com.ibm.cs.util.CodeBuffer
 
getImports() - Method in class com.ibm.cs.util.CodeBuffer
 
getInitializerBuffer() - Method in class com.ibm.cs.util.CodeBuffer
 
getIsStatic() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getListenPort() - Method in class com.ibm.cs.net.TcpTunnelGui
 
getListenText() - Method in class com.ibm.cs.net.TcpTunnelGui
 
getLocalPart() - Method in class com.ibm.cs.xml.QName
 
getMappings() - Method in class com.ibm.soap.server.DeploymentDescriptor
Return the registered mappings.
getMessage() - Method in class com.ibm.soap.SOAPException
 
getMethod(Class, String, Class[], boolean) - Static method in class com.ibm.cs.util.MethodUtils
 
getMethod(Object, String, Class[]) - Static method in class com.ibm.cs.util.MethodUtils
Class.getMethod() finds only the entry point (if any) _exactly_ matching the specified argument types.
getMethodBuffer() - Method in class com.ibm.cs.util.CodeBuffer
 
getMethodName() - Method in class com.ibm.soap.rpc.RPCMessage
 
getMethods() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getName() - Method in class com.ibm.soap.rpc.Parameter
 
getNamespaceURI() - Method in class com.ibm.cs.xml.QName
 
getNamespaceURIFromPrefix(Node, String) - Static method in class com.ibm.cs.util.DOMUtils
Given a prefix and a node, return the namespace URI that the prefix has been associated with.
getNewArray(String, Element, QName, XMLJavaMappingRegistry) - Static method in class com.ibm.soap.encoding.soapenc.ArraySerializer
 
getNextSiblingElement(Element) - Static method in class com.ibm.cs.util.DOMUtils
Return the next sibling element of the given element.
getPackageName() - Method in class com.ibm.cs.util.CodeBuffer
 
getParams() - Method in class com.ibm.soap.rpc.RPCMessage
 
getPrefixFromURI(String) - Method in class com.ibm.cs.xml.NSStack
Return the prefix associated with the given namespace name by looking thru all the namespace declarations that are in scope.
getPrefixFromURI(String, Writer) - Method in class com.ibm.cs.xml.NSStack
Return the prefix associated with the given namespace name by looking thru all the namespace declarations that are in scope.
getProperty(Object, String, Integer) - Static method in class com.ibm.cs.util.ReflectionUtils
Get a property of a bean.
getProviderClass() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getProviderType() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getReturnValue() - Method in class com.ibm.soap.rpc.Response
 
getSafeString(String) - Static method in class com.ibm.cs.util.StringUtils
 
getScope() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getScriptFilenameOrString() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getScriptLanguage() - Method in class com.ibm.soap.server.DeploymentDescriptor
 
getServiceMethodBuffer() - Method in class com.ibm.cs.util.CodeBuffer
 
getServiceMethodExceptions() - Method in class com.ibm.cs.util.CodeBuffer
 
getServiceMethodName() - Method in class com.ibm.cs.util.CodeBuffer
 
getServiceMethodReturnType() - Method in class com.ibm.cs.util.CodeBuffer
 
getSOAPMappingRegistry() - Method in class com.ibm.soap.rpc.Call
 
getSOAPTransport() - Method in class com.ibm.soap.rpc.Call
 
getStatus() - Method in class com.ibm.cs.net.TcpTunnelGui
 
getStringFromReader(Reader) - Static method in class com.ibm.cs.util.IOUtils
 
getSymbol(String) - Method in class com.ibm.cs.util.CodeBuffer
 
getSymbolTable() - Method in class com.ibm.cs.util.CodeBuffer
 
getTargetException() - Method in class com.ibm.soap.SOAPException
 
getTargetObjectURI() - Method in class com.ibm.soap.rpc.RPCMessage
 
getTunnelHost() - Method in class com.ibm.cs.net.TcpTunnelGui
 
getTunnelPort() - Method in class com.ibm.cs.net.TcpTunnelGui
 
getTunnelText() - Method in class com.ibm.cs.net.TcpTunnelGui
 
getType() - Method in class com.ibm.soap.rpc.Parameter
 
getURIFromPrefix(String) - Method in class com.ibm.cs.xml.NSStack
Return the namespace name associated with the given prefix by looking thru all the namespace declarations that are in scope.
getURL(URL, String) - Static method in class com.ibm.cs.util.StringUtils
 
getValidIdentifierName(String) - Static method in class com.ibm.cs.util.StringUtils
 
getValue() - Method in class com.ibm.soap.rpc.Parameter
 
getXMLDisplayString(String) - Static method in class com.ibm.cs.xml.DomHash
 
getXPathExprFromNode(Node) - Static method in class com.ibm.cs.xml.XPathUtils
Generates an XPath expression that will return only the given node as its result.

H

hashCode() - Method in class com.ibm.cs.xml.QName
 
Header - class com.ibm.soap.Header.
A Header object represents the contents and semantics of a <SOAP-ENV:Header> element.
HEADER_CONTENT_LENGTH - Static variable in class com.ibm.soap.Constants
 
HEADER_CONTENT_TYPE - Static variable in class com.ibm.soap.Constants
 
HEADER_HOST - Static variable in class com.ibm.soap.Constants
 
HEADER_POST - Static variable in class com.ibm.soap.Constants
 
HEADER_SOAP_ACTION - Static variable in class com.ibm.soap.Constants
 
Header() - Constructor for class com.ibm.soap.Header
 
headers - Variable in class com.ibm.cs.net.HTTPUtils.Response
 
HEADERVAL_CONTENT_TYPE - Static variable in class com.ibm.soap.Constants
 
HTTPUtils - class com.ibm.cs.net.HTTPUtils.
A bunch of utility stuff for doing HTTP things.
HTTPUtils.Response - class com.ibm.cs.net.HTTPUtils.Response.
An instance of this class is returned by post.
HTTPUtils() - Constructor for class com.ibm.cs.net.HTTPUtils
 

I

IndentWriter - class com.ibm.cs.util.IndentWriter.
An IndentWriter object behaves the same as a PrintWriter object, with the additional capability of being able to print strings that are prepended with a specified amount of spaces.
IndentWriter(OutputStream) - Constructor for class com.ibm.cs.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(OutputStream, boolean) - Constructor for class com.ibm.cs.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(Writer) - Constructor for class com.ibm.cs.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(Writer, boolean) - Constructor for class com.ibm.cs.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
init(DeploymentDescriptor, Object, String) - Static method in class com.ibm.soap.server.InvokeBSF
This method is invoked to exec the script implementing the service into the scripting engine so that later service calls can work.
invoke(URL, String) - Method in class com.ibm.soap.rpc.Call
Invoke this call at the specified URL.
InvokeBSF - class com.ibm.soap.server.InvokeBSF.
This class provides a static method to invoke services implemented via BSF.
InvokeBSF() - Constructor for class com.ibm.soap.server.InvokeBSF
 
IOUtils - class com.ibm.cs.util.IOUtils.
This file is a collection of input/output utilities.
IOUtils() - Constructor for class com.ibm.cs.util.IOUtils
 
isExecutable() - Method in class com.ibm.cs.util.ObjInfo
 
isNull(Element) - Static method in class com.ibm.soap.encoding.soapenc.SoapEncUtils
 
isValidIdentifierName(String) - Static method in class com.ibm.cs.util.StringUtils
 
isValidPackageName(String) - Static method in class com.ibm.cs.util.StringUtils
 
isValueReturning() - Method in class com.ibm.cs.util.ObjInfo
 

J

java2XMLClassName - Variable in class com.ibm.soap.server.TypeMapping
 
javaType - Variable in class com.ibm.soap.server.TypeMapping
 
JavaUtils - class com.ibm.cs.util.JavaUtils.
 
JavaUtils() - Constructor for class com.ibm.cs.util.JavaUtils
 
JDKcompile(String, String) - Static method in class com.ibm.cs.util.JavaUtils
 

L

lineSeparator - Static variable in class com.ibm.cs.util.StringUtils
 
lineSeparatorStr - Static variable in class com.ibm.cs.util.StringUtils
 
list() - Method in class com.ibm.soap.server.ServiceManager
Return an array of all the deployed service names.
list() - Method in class com.ibm.soap.server.ServiceManagerClient
 
lookup(String) - Method in class com.ibm.cs.util.ObjectRegistry
 

M

main(String[]) - Static method in class com.ibm.soap.server.SMTP2HTTPBridge
 
main(String[]) - Static method in class com.ibm.soap.server.ServiceManagerClient
Command-line app for managing services on a SOAP4J server.
main(String[]) - Static method in class com.ibm.cs.net.TcpTunnel
 
main(String[]) - Static method in class com.ibm.cs.net.TcpTunnelGui
 
mapTypes(String, QName, Class, Serializer, Deserializer) - Method in class com.ibm.cs.xml.XMLJavaMappingRegistry
 
marshall(String, Class, Object, Object, Writer, NSStack) - Method in class com.ibm.cs.xml.XMLJavaMappingRegistry
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.soapenc.ArraySerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.soapenc.BeanSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.soapenc.ParameterSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.literalxml.XMLParameterSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.xmi.XMIParameterSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.rpc.RPCMessage
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.server.TypeMappingSerializer
This is the Serializer interface ..
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in interface com.ibm.cs.xml.Serializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.cs.xml.XMISerializer
 
marshall(String, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.Fault
 
marshall(String, Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.Body
 
marshall(Writer, NSStack, XMLJavaMappingRegistry) - Method in class com.ibm.soap.Header
 
marshall(Writer, XMLJavaMappingRegistry) - Method in class com.ibm.soap.Envelope
 
marshallNode(Node, Writer) - Static method in class com.ibm.soap.Utils
 
matches(Node) - Method in class com.ibm.cs.xml.QName
 
merge(CodeBuffer) - Method in class com.ibm.cs.util.CodeBuffer
 
MethodUtils - class com.ibm.cs.util.MethodUtils.
This file is a collection of reflection utilities for dealing with methods and constructors.
MethodUtils() - Constructor for class com.ibm.cs.util.MethodUtils
 

N

nodeToString(Node) - Static method in class com.ibm.cs.xml.DOMWriter
Return a string containing this node serialized as XML.
nodeToString(Node) - Static method in class com.ibm.cs.xml.DOM2Writer
Return a string containing this node serialized as XML.
NS_PRE_SCHEMA_XSD - Static variable in class com.ibm.soap.Constants
 
NS_PRE_SCHEMA_XSI - Static variable in class com.ibm.soap.Constants
 
NS_PRE_SOAP - Static variable in class com.ibm.soap.Constants
 
NS_PRE_SOAP_ENC - Static variable in class com.ibm.soap.Constants
 
NS_PRE_SOAP_ENV - Static variable in class com.ibm.soap.Constants
 
NS_PRE_XMLNS - Static variable in class com.ibm.soap.Constants
 
NS_URI_BML_ENC - Static variable in class com.ibm.soap.Constants
 
NS_URI_IBM_DEPLOYMENT - Static variable in class com.ibm.soap.Constants
 
NS_URI_IBM_SOAP - Static variable in class com.ibm.soap.Constants
 
NS_URI_LITERAL_XML - Static variable in class com.ibm.soap.Constants
 
NS_URI_SCHEMA_XSD - Static variable in class com.ibm.soap.Constants
 
NS_URI_SCHEMA_XSI - Static variable in class com.ibm.soap.Constants
 
NS_URI_SOAP_ENC - Static variable in class com.ibm.soap.Constants
 
NS_URI_SOAP_ENV - Static variable in class com.ibm.soap.Constants
 
NS_URI_XMI_ENC - Static variable in class com.ibm.soap.Constants
 
NS_URI_XMLNS - Static variable in class com.ibm.soap.Constants
 
NSStack - class com.ibm.cs.xml.NSStack.
This class implements a namespace stack for XML apps to use.
NSStack() - Constructor for class com.ibm.cs.xml.NSStack
 

O

objClass - Variable in class com.ibm.cs.util.ObjInfo
 
ObjectRegistry - class com.ibm.cs.util.ObjectRegistry.
The ObjectRegistry is used to do name-to-object reference lookups.
ObjectRegistry() - Constructor for class com.ibm.cs.util.ObjectRegistry
 
ObjectRegistry(ObjectRegistry) - Constructor for class com.ibm.cs.util.ObjectRegistry
 
ObjInfo - class com.ibm.cs.util.ObjInfo.
An ObjInfo object is used by a compiler to track the name and type of a bean.
ObjInfo(Class, String) - Constructor for class com.ibm.cs.util.ObjInfo
 
objName - Variable in class com.ibm.cs.util.ObjInfo
 
operationComplete(StatusEvent) - Method in class com.ibm.soap.transport.smtp.POP3StatusListener
 

P

Parameter - class com.ibm.soap.rpc.Parameter.
A Parameter represents an argument to an RPC call.
Parameter(String, Class, Object, String) - Constructor for class com.ibm.soap.rpc.Parameter
 
ParameterSerializer - class com.ibm.soap.encoding.soapenc.ParameterSerializer.
A ParameterSerializer is used to serialize and deserialize parameters using the SOAP-ENC encoding style.
ParameterSerializer() - Constructor for class com.ibm.soap.encoding.soapenc.ParameterSerializer
 
POP3StatusListener - class com.ibm.soap.transport.smtp.POP3StatusListener.
 
POP3StatusListener() - Constructor for class com.ibm.soap.transport.smtp.POP3StatusListener
 
popScope() - Method in class com.ibm.cs.xml.NSStack
Leave a scope: this removes any NS declarations that were added in the last scope.
popSymbolTable() - Method in class com.ibm.cs.util.CodeBuffer
 
post(URL, Hashtable, String, String) - Static method in class com.ibm.cs.net.HTTPUtils
POST something to the given URL.
print(int, String) - Method in class com.ibm.cs.util.IndentWriter
Print the text (indented the specified amount) without inserting a linefeed.
print(PrintWriter, boolean) - Method in class com.ibm.cs.util.CodeBuffer
 
println(int, String) - Method in class com.ibm.cs.util.IndentWriter
Print the text (indented the specified amount) and insert a linefeed.
processStatus(StatusEvent) - Method in class com.ibm.soap.transport.smtp.POP3StatusListener
 
PROVIDER_JAVA - Static variable in class com.ibm.soap.server.DeploymentDescriptor
 
PROVIDER_SCRIPT_FILE - Static variable in class com.ibm.soap.server.DeploymentDescriptor
 
PROVIDER_SCRIPT_STRING - Static variable in class com.ibm.soap.server.DeploymentDescriptor
 
pushScope() - Method in class com.ibm.cs.xml.NSStack
Enter a new scope: after calling this I'm ready to accept new declarations into that scope.
pushSymbolTable() - Method in class com.ibm.cs.util.CodeBuffer
 
putSymbol(String, ObjInfo) - Method in class com.ibm.cs.util.CodeBuffer
 

Q

Q_ATTR_MUST_UNDERSTAND - Static variable in class com.ibm.soap.Constants
 
Q_ELEM_BODY - Static variable in class com.ibm.soap.Constants
 
Q_ELEM_ENVELOPE - Static variable in class com.ibm.soap.Constants
 
Q_ELEM_FAULT - Static variable in class com.ibm.soap.Constants
 
Q_ELEM_HEADER - Static variable in class com.ibm.soap.Constants
 
Q_ELEM_PARAMETER - Static variable in class com.ibm.soap.rpc.RPCConstants
 
QName - class com.ibm.cs.xml.QName.
A QName represents a fully-qualified name.
QName() - Constructor for class com.ibm.cs.xml.QName
 
QName(Node) - Constructor for class com.ibm.cs.xml.QName
 
QName(String, String) - Constructor for class com.ibm.cs.xml.QName
 
query(String) - Method in class com.ibm.soap.server.ServiceManager
Return the deployment descriptor for a service.
query(String) - Method in class com.ibm.soap.server.ServiceManagerClient
 
queryDeserializer(QName, String) - Method in class com.ibm.cs.xml.XMLJavaMappingRegistry
 
queryElementType(Class, String) - Method in class com.ibm.soap.encoding.SOAPMappingRegistry
This function overrides the one in XMLJavaMappingRegistry for the sole purpose of returning SOAP-ENC:Array when javaType represents an array.
queryElementType(Class, String) - Method in class com.ibm.cs.xml.XMLJavaMappingRegistry
 
queryJavaType(QName, String) - Method in class com.ibm.cs.xml.XMLJavaMappingRegistry
 
querySerializer(Class, String) - Method in class com.ibm.soap.encoding.SOAPMappingRegistry
This function overrides the one in XMLJavaMappingRegistry for the sole purpose of returning an ArraySerializer when javaType represents an array.
querySerializer(Class, String) - Method in class com.ibm.cs.xml.XMLJavaMappingRegistry
 

R

read(String, Reader) - Method in interface com.ibm.cs.xml.XMLParserLiaison
 
read(String, Reader) - Method in class com.ibm.cs.xml.XercesParserLiaison
 
receive() - Method in interface com.ibm.soap.transport.SOAPTransport
Return a buffered reader to receive back the response to whatever was sent to whatever.
receive() - Method in class com.ibm.soap.transport.http.SOAPHTTPConnection
Return a buffered reader to receive back the response to whatever was sent to whatever.
receive() - Method in class com.ibm.soap.transport.smtp.SOAPSMTPConnection
Return a buffered reader to receive back the response to whatever was sent to whatever.
ReflectionUtils - class com.ibm.cs.util.ReflectionUtils.
This file is a collection of reflection utilities.
ReflectionUtils() - Constructor for class com.ibm.cs.util.ReflectionUtils
 
register(String, Object) - Method in class com.ibm.cs.util.ObjectRegistry
 
Relay - class com.ibm.cs.net.Relay.
A Relay object is used by TcpTunnel and TcpTunnelGui to relay bytes from an InputStream to a OutputStream.
removeAttribute(QName) - Method in class com.ibm.soap.Fault
 
removeAttribute(QName) - Method in class com.ibm.soap.Envelope
 
removeAttribute(QName) - Method in class com.ibm.soap.Header
 
removeAttribute(QName) - Method in class com.ibm.soap.Body
 
Response - class com.ibm.soap.rpc.Response.
A Response object represents an RPC response.
RESPONSE_SUFFIX - Static variable in class com.ibm.soap.rpc.RPCConstants
 
Response(String, String, Fault, Vector, Header, String) - Constructor for class com.ibm.soap.rpc.Response
Use this constructor when things didn't go so well.
Response(String, String, Parameter, Vector, Header, String) - Constructor for class com.ibm.soap.rpc.Response
Use this constructor when everything went well.
RPCConstants - class com.ibm.soap.rpc.RPCConstants.
SOAP constants used for RPC.
RPCConstants() - Constructor for class com.ibm.soap.rpc.RPCConstants
 
RPCMessage - class com.ibm.soap.rpc.RPCMessage.
An RPCMessage is the base class that Call and Response extend from.
run() - Method in class com.ibm.soap.server.SMTP2HTTPBridge
Poll for messages forever.
run() - Method in class com.ibm.cs.net.Relay
 

S

SC_BAD_REQUEST - Static variable in class com.ibm.soap.server.ServerConstants
 
SC_INTERNAL_SERVER_ERROR - Static variable in class com.ibm.soap.server.ServerConstants
 
SCOPE_APPLICATION - Static variable in class com.ibm.soap.server.DeploymentDescriptor
 
SCOPE_PAGE - Static variable in class com.ibm.soap.server.DeploymentDescriptor
 
SCOPE_REQUEST - Static variable in class com.ibm.soap.server.DeploymentDescriptor
 
SCOPE_SESSION - Static variable in class com.ibm.soap.server.DeploymentDescriptor
 
send(URL, String, Hashtable, Envelope, SOAPMappingRegistry) - Method in interface com.ibm.soap.transport.SOAPTransport
This method is used to request that an envelope be sent.
send(URL, String, Hashtable, Envelope, SOAPMappingRegistry) - Method in class com.ibm.soap.transport.http.SOAPHTTPConnection
This method is used to request that an envelope be posted to the given URL.
send(URL, String, Hashtable, Envelope, SOAPMappingRegistry) - Method in class com.ibm.soap.transport.smtp.SOAPSMTPConnection
This method is used to request that an envelope be sent.
serializeAsXML(Node, Writer) - Static method in class com.ibm.cs.xml.DOMWriter
Serialize this node into the writer as XML.
serializeAsXML(Node, Writer) - Static method in class com.ibm.cs.xml.DOM2Writer
Serialize this node into the writer as XML.
Serializer - interface com.ibm.cs.xml.Serializer.
A Serializer ...
ServerConstants - class com.ibm.soap.server.ServerConstants.
Server-side SOAP constants.
ServerConstants() - Constructor for class com.ibm.soap.server.ServerConstants
 
SERVICE_MANAGER_SERVICE_NAME - Static variable in class com.ibm.soap.server.ServerConstants
 
service(DeploymentDescriptor, Object, String, Object[]) - Static method in class com.ibm.soap.server.InvokeBSF
This method is invoked when a method is to be called.
ServiceManager - class com.ibm.soap.server.ServiceManager.
A ServiceManager manages services and their associated DeploymentDescriptors.
ServiceManager() - Constructor for class com.ibm.soap.server.ServiceManager
 
ServiceManagerClient - class com.ibm.soap.server.ServiceManagerClient.
This is a client to talk to a IBM-SOAP ServiceManager to manage services deployed on the server.
ServiceManagerClient(URL) - Constructor for class com.ibm.soap.server.ServiceManagerClient
 
setAttribute(QName, String) - Method in class com.ibm.soap.Fault
 
setAttribute(QName, String) - Method in class com.ibm.soap.Envelope
 
setAttribute(QName, String) - Method in class com.ibm.soap.Header
 
setAttribute(QName, String) - Method in class com.ibm.soap.Body
 
setBody(Body) - Method in class com.ibm.soap.Envelope
 
setBodyEntries(Vector) - Method in class com.ibm.soap.Body
 
setClassName(String) - Method in class com.ibm.cs.util.CodeBuffer
 
setDebug(boolean) - Static method in class com.ibm.cs.util.JavaUtils
 
setDetailEntries(Vector) - Method in class com.ibm.soap.Fault
 
setEncodingStyleURI(String) - Method in class com.ibm.soap.rpc.RPCMessage
 
setEncodingStyleURI(String) - Method in class com.ibm.soap.rpc.Parameter
 
setEnvelopeEntries(Vector) - Method in class com.ibm.soap.Envelope
 
setExtends(String) - Method in class com.ibm.cs.util.CodeBuffer
 
setFault(Fault) - Method in class com.ibm.soap.rpc.Response
 
setFaultActorURI(String) - Method in class com.ibm.soap.Fault
 
setFaultCode(String) - Method in class com.ibm.soap.Fault
 
setFaultCode(String) - Method in class com.ibm.soap.SOAPException
 
setFaultEntries(Vector) - Method in class com.ibm.soap.Fault
 
setFaultString(String) - Method in class com.ibm.soap.Fault
 
setField(Object, String, Bean, TypeConvertorRegistry) - Static method in class com.ibm.cs.util.ReflectionUtils
 
setFinalServiceMethodStatement(ObjInfo) - Method in class com.ibm.cs.util.CodeBuffer
 
setHeader(Header) - Method in class com.ibm.soap.Envelope
 
setHeader(Header) - Method in class com.ibm.soap.rpc.RPCMessage
 
setHeaderEntries(Vector) - Method in class com.ibm.soap.Header
 
setID(String) - Method in class com.ibm.soap.server.DeploymentDescriptor
ID of this service.
setIsStatic(boolean) - Method in class com.ibm.soap.server.DeploymentDescriptor
For Java providers, is it static or not.
setLocalPart(String) - Method in class com.ibm.cs.xml.QName
 
setMappings(TypeMapping[]) - Method in class com.ibm.soap.server.DeploymentDescriptor
Type mappings between XML types of certain encodings and Java types.
setMethodName(String) - Method in class com.ibm.soap.rpc.RPCMessage
 
setMethods(String[]) - Method in class com.ibm.soap.server.DeploymentDescriptor
Methods provided by the service.
setName(String) - Method in class com.ibm.soap.rpc.Parameter
 
setNamespaceURI(String) - Method in class com.ibm.cs.xml.QName
 
setPackageName(String) - Method in class com.ibm.cs.util.CodeBuffer
 
setParams(Vector) - Method in class com.ibm.soap.rpc.RPCMessage
 
setProperty(Object, String, Integer, Object, Class, TypeConvertorRegistry) - Static method in class com.ibm.cs.util.ReflectionUtils
Set a property of a bean to a given value.
setProviderClass(String) - Method in class com.ibm.soap.server.DeploymentDescriptor
For Java providers, the class providing the service.
setProviderType(byte) - Method in class com.ibm.soap.server.DeploymentDescriptor
Type of provider.
setReturnValue(Parameter) - Method in class com.ibm.soap.rpc.Response
 
setScope(int) - Method in class com.ibm.soap.server.DeploymentDescriptor
Lifecyle of the object providing the service.
setScriptFilenameOrString(String) - Method in class com.ibm.soap.server.DeploymentDescriptor
 
setScriptLanguage(String) - Method in class com.ibm.soap.server.DeploymentDescriptor
 
setServiceMethodName(String) - Method in class com.ibm.cs.util.CodeBuffer
 
setServiceMethodReturnType(Class) - Method in class com.ibm.cs.util.CodeBuffer
 
setSOAPMappingRegistry(SOAPMappingRegistry) - Method in class com.ibm.soap.rpc.Call
 
setSOAPTransport(SOAPTransport) - Method in class com.ibm.soap.rpc.Call
 
setSymbolTable(Hashtable) - Method in class com.ibm.cs.util.CodeBuffer
 
setTargetException(Throwable) - Method in class com.ibm.soap.SOAPException
 
setTargetObjectURI(String) - Method in class com.ibm.soap.rpc.RPCMessage
 
setType(Class) - Method in class com.ibm.soap.rpc.Parameter
 
setValue(Object) - Method in class com.ibm.soap.rpc.Parameter
 
SMTP_HEADER_FROM - Static variable in class com.ibm.soap.transport.smtp.SMTPConstants
 
SMTP_HEADER_SUBJECT - Static variable in class com.ibm.soap.transport.smtp.SMTPConstants
 
SMTP_HEADER_TO - Static variable in class com.ibm.soap.transport.smtp.SMTPConstants
 
SMTP2HTTPBridge - class com.ibm.soap.server.SMTP2HTTPBridge.
This class can be used as a bridge to relay SOAP messages received via email to an HTTP SOAP listener.
SMTP2HTTPBridge(long, String, String, String, URL, String) - Constructor for class com.ibm.soap.server.SMTP2HTTPBridge
Constructor: creates a bridge.
SMTPConstants - class com.ibm.soap.transport.smtp.SMTPConstants.
 
SMTPConstants() - Constructor for class com.ibm.soap.transport.smtp.SMTPConstants
 
SMTPUtils - class com.ibm.soap.transport.smtp.SMTPUtils.
Various SMTP utilities.
SMTPUtils() - Constructor for class com.ibm.soap.transport.smtp.SMTPUtils
 
SoapEncUtils - class com.ibm.soap.encoding.soapenc.SoapEncUtils.
These static methods can be used to do much of the repetitive and mechanical work that is required when generating structures using the SOAP-ENC encoding style.
SoapEncUtils() - Constructor for class com.ibm.soap.encoding.soapenc.SoapEncUtils
 
SOAPException - exception com.ibm.soap.SOAPException.
SOAP Exceptions.
SOAPException(String, String) - Constructor for class com.ibm.soap.SOAPException
 
SOAPException(String, String, Throwable) - Constructor for class com.ibm.soap.SOAPException
 
SOAPHTTPConnection - class com.ibm.soap.transport.http.SOAPHTTPConnection.
SOAPHTTPConnection is an implementation of the SOAPTransport interface for HTTP.
SOAPHTTPConnection() - Constructor for class com.ibm.soap.transport.http.SOAPHTTPConnection
 
SOAPMappingRegistry - class com.ibm.soap.encoding.SOAPMappingRegistry.
A SOAPMappingRegistry object is an XMLJavaMappingRegistry with pre-registered serializers and deserializers to support SOAP.
SOAPMappingRegistry() - Constructor for class com.ibm.soap.encoding.SOAPMappingRegistry
 
SOAPSMTPConnection - class com.ibm.soap.transport.smtp.SOAPSMTPConnection.
SOAPSMTPConnection is an implementation of the SOAPTransport interface for SMTP.
SOAPSMTPConnection(String, String, String, long, String, String, String) - Constructor for class com.ibm.soap.transport.smtp.SOAPSMTPConnection
Constructor: sets up this SMTP connection for sending and receiving a SOAP envelope via SMTP and POP3, respectively.
SOAPTransport - interface com.ibm.soap.transport.SOAPTransport.
This interface is an abstraction of the transport layer that's carrying the messages.
StringUtils - class com.ibm.cs.util.StringUtils.
Deals with strings (probably need to elaborate some more).
StringUtils() - Constructor for class com.ibm.cs.util.StringUtils
 
symbolTableIsStacked() - Method in class com.ibm.cs.util.CodeBuffer
 

T

TcpTunnel - class com.ibm.cs.net.TcpTunnel.
A TcpTunnel object listens on the given port, and once Start is pressed, will forward all bytes to the given host and port.
TcpTunnel() - Constructor for class com.ibm.cs.net.TcpTunnel
 
TcpTunnelGui - class com.ibm.cs.net.TcpTunnelGui.
A TcpTunnelGui object listens on the given port, and once Start is pressed, will forward all bytes to the given host and port.
TcpTunnelGui(int, String, int) - Constructor for class com.ibm.cs.net.TcpTunnelGui
 
toString() - Method in class com.ibm.soap.Fault
 
toString() - Method in class com.ibm.soap.Envelope
 
toString() - Method in class com.ibm.soap.SOAPException
 
toString() - Method in class com.ibm.soap.Header
 
toString() - Method in class com.ibm.soap.Body
 
toString() - Method in class com.ibm.soap.rpc.RPCMessage
 
toString() - Method in class com.ibm.soap.rpc.Parameter
 
toString() - Method in class com.ibm.soap.server.DeploymentDescriptor
What do u think this does?
toString() - Method in class com.ibm.soap.server.TypeMapping
 
toString() - Method in class com.ibm.cs.xml.QName
 
toString() - Method in class com.ibm.cs.xml.NSStack
 
toString() - Method in class com.ibm.cs.util.ObjInfo
 
toString() - Method in class com.ibm.cs.util.CodeBuffer
 
toXML(Writer) - Method in class com.ibm.soap.server.DeploymentDescriptor
Write out the deployment descriptor according to the the deployment descriptor DTD.
type - Variable in class com.ibm.cs.util.Bean
 
TypeMapping - class com.ibm.soap.server.TypeMapping.
This class keeps all the info about a type mapping: the encoding style, the XML element type, the Java type that's spsed to map to and the names of the Java classes that implement the mapping between XML and Java.
TypeMapping(String, QName, String, String, String) - Constructor for class com.ibm.soap.server.TypeMapping
 
TypeMappingSerializer - class com.ibm.soap.server.TypeMappingSerializer.
Serialize and deserialize type mappings according to SOAP-Enc.
TypeMappingSerializer() - Constructor for class com.ibm.soap.server.TypeMappingSerializer
 

U

undeploy(String) - Method in class com.ibm.soap.server.ServiceManager
Undeploy a service: remove the descriptor from the persistent record of what has been deployed.
undeploy(String) - Method in class com.ibm.soap.server.ServiceManagerClient
 
unmarshall(Node) - Static method in class com.ibm.soap.Envelope
 
unmarshall(Node) - Static method in class com.ibm.soap.Header
 
unmarshall(Node) - Static method in class com.ibm.soap.Body
 
unmarshall(String, Node, Class, ServiceManager, SOAPMappingRegistry) - Static method in class com.ibm.soap.rpc.RPCMessage
 
unmarshall(String, Node, XMLJavaMappingRegistry) - Static method in class com.ibm.soap.Fault
 
unmarshall(String, QName, Node) - Method in class com.ibm.cs.xml.XMLJavaMappingRegistry
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.soapenc.ArraySerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.soapenc.BeanSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.soapenc.ParameterSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.literalxml.XMLParameterSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class com.ibm.soap.encoding.xmi.XMIParameterSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class com.ibm.soap.server.TypeMappingSerializer
The deserializer interface.
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in interface com.ibm.cs.xml.Deserializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class com.ibm.cs.xml.XMIDeserializer
 
unregister(String) - Method in class com.ibm.cs.util.ObjectRegistry
 
updateLong(Checksum, long) - Static method in class com.ibm.cs.xml.DomHash
 
Utils - class com.ibm.soap.Utils.
SOAP utilities.
Utils() - Constructor for class com.ibm.soap.Utils
 

V

value - Variable in class com.ibm.cs.util.Bean
 

X

XercesParserLiaison - class com.ibm.cs.xml.XercesParserLiaison.
Implements XMLParserLiaison using The Apache XML Projects' Xerces parser.
XercesParserLiaison() - Constructor for class com.ibm.cs.xml.XercesParserLiaison
 
XMIDeserializer - class com.ibm.cs.xml.XMIDeserializer.
An XMIDeserializer ...
XMIDeserializer() - Constructor for class com.ibm.cs.xml.XMIDeserializer
 
XMIParameterSerializer - class com.ibm.soap.encoding.xmi.XMIParameterSerializer.
A ParameterSerializer is used to serialize and deserialize parameters using the XMI encoding style.
XMIParameterSerializer() - Constructor for class com.ibm.soap.encoding.xmi.XMIParameterSerializer
 
XMISerializer - class com.ibm.cs.xml.XMISerializer.
An XMISerializer ...
XMISerializer() - Constructor for class com.ibm.cs.xml.XMISerializer
 
xml2JavaClassName - Variable in class com.ibm.soap.server.TypeMapping
 
XMLJavaMappingRegistry - class com.ibm.cs.xml.XMLJavaMappingRegistry.
An XMLJavaMappingRegistry ...
XMLJavaMappingRegistry() - Constructor for class com.ibm.cs.xml.XMLJavaMappingRegistry
 
XMLParameterSerializer - class com.ibm.soap.encoding.literalxml.XMLParameterSerializer.
An XMLParameterSerializer is used to serialize and deserialize parameters using the literal xml encoding style.
XMLParameterSerializer() - Constructor for class com.ibm.soap.encoding.literalxml.XMLParameterSerializer
 
XMLParserLiaison - interface com.ibm.cs.xml.XMLParserLiaison.
An interface between a client and an XML-parser.
XPathUtils - class com.ibm.cs.xml.XPathUtils.
A XPathUtils ...
XPathUtils() - Constructor for class com.ibm.cs.xml.XPathUtils
 

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