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

A

addNSDeclaration(String) - Method in class org.apache.soap.util.xml.NSStack
Add a new declaration to the current scope using a unique prefix and return the prefix.
addNSDeclaration(String, String) - Method in class org.apache.soap.util.xml.NSStack
Add a new declaration to the current scope.
ALLOW_USER_INTERACTION - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property to set user interaction
ArraySerializer - class org.apache.soap.encoding.soapenc.ArraySerializer.
A ArraySerializer can be used to serialize and deserialize arrays using the SOAP-ENC encoding style.
ArraySerializer() - Constructor for class org.apache.soap.encoding.soapenc.ArraySerializer
 
ATTR_ARRAY_TYPE - Static variable in class org.apache.soap.Constants
 
ATTR_ENCODING_STYLE - Static variable in class org.apache.soap.Constants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.soap.Constants
 
ATTR_NULL - Static variable in class org.apache.soap.Constants
 
ATTR_TYPE - Static variable in class org.apache.soap.Constants
 
ATTRVAL_TRUE - Static variable in class org.apache.soap.Constants
 
AUTH_TYPE - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining http auth type (basic/digest)
AutonomousProvider - interface oracle.soap.server.AutonomousProvider.
AutonomousProvider extends the Provider interface for a provider that defines its own services.

B

Base64 - class org.apache.soap.encoding.soapenc.Base64.
 
Base64() - Constructor for class org.apache.soap.encoding.soapenc.Base64
 
Base64Serializer - class org.apache.soap.encoding.soapenc.Base64Serializer.
A Base64Serializer is used to serialize and deserialize byte arrays using the SOAP-ENC encoding style.
Base64Serializer() - Constructor for class org.apache.soap.encoding.soapenc.Base64Serializer
 
Bean - class org.apache.soap.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 org.apache.soap.util.Bean
 
BeanSerializer - class org.apache.soap.encoding.soapenc.BeanSerializer.
A BeanSerializer can be used to serialize and deserialize JavaBeans using the SOAP-ENC encoding style.
BeanSerializer() - Constructor for class org.apache.soap.encoding.soapenc.BeanSerializer
 
Body - class org.apache.soap.Body.
A Body object represents the contents and semantics of a <SOAP-ENV:Body> element.
Body() - Constructor for class org.apache.soap.Body
 
buildEnvelope() - Method in class org.apache.soap.rpc.Response
 
buildEnvelope() - Method in class org.apache.soap.rpc.Call
 
buildEnvelope(boolean) - Method in class org.apache.soap.rpc.RPCMessage
 
buildFaultDetailsFromThrowable(Throwable) - Static method in class org.apache.soap.Utils
Given a throwable, return a vector containing a single entry which is an Element with one text node containing the stack trace.
buildFaultRouter() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the fault router.
buildSOAPMappingRegistry(ServiceDeploymentDescriptor) - Static method in class oracle.soap.server.ServiceDeploymentDescriptor
Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor.
buildSqlClassMap(ServiceDeploymentDescriptor) - Static method in class oracle.soap.server.ServiceDeploymentDescriptor
Utility to generate a map from SQL type to Java Class using the type mapping information from the deployment descriptor.

C

Call - class org.apache.soap.rpc.Call.
A Call object represents an RPC call.
Call() - Constructor for class org.apache.soap.rpc.Call
 
Call(String, String, Vector, Header, String) - Constructor for class org.apache.soap.rpc.Call
 
CIPHERS - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining cipher suites used for HTTPS (colon separated list of cipher suites)
classNameToVarName(String) - Static method in class org.apache.soap.util.StringUtils
 
cleanString(String) - Static method in class org.apache.soap.Utils
 
cleanString(String) - Static method in class org.apache.soap.util.StringUtils
 
close() - Method in interface oracle.soap.transport.OracleSOAPTransport
Close the transport and perform any clean up.
close() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
Closes the connection.
Constants - class org.apache.soap.Constants.
SOAP constants.
Constants() - Constructor for class org.apache.soap.Constants
 
ContainerContext - class oracle.soap.server.ContainerContext.
ContainerContext defines the context of the container in which the SOAP server is running.
ContainerContext() - Constructor for class oracle.soap.server.ContainerContext
 
content - Variable in class org.apache.soap.util.net.HTTPUtils.Response
 
contentLength - Variable in class org.apache.soap.util.net.HTTPUtils.Response
 
contentType - Variable in class org.apache.soap.util.net.HTTPUtils.Response
 
CONV_BSIZE - Static variable in class org.apache.soap.util.xml.XMISerializer
 
countKids(Element, short) - Static method in class org.apache.soap.util.xml.DOMUtils
Count number of children of a certain type of the given element.
createDocument() - Static method in class oracle.soap.util.xml.XmlUtils
Create a Document

D

declareNamespace(String, String) - Method in class org.apache.soap.Envelope
 
declareNamespace(String, String) - Method in class org.apache.soap.Header
 
declareNamespace(String, String) - Method in class org.apache.soap.Fault
 
declareNamespace(String, String) - Method in class org.apache.soap.Body
 
decode(char[], int, int) - Static method in class org.apache.soap.encoding.soapenc.Base64
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.soap.encoding.soapenc.Base64
 
decode(String) - Static method in class org.apache.soap.encoding.soapenc.Base64
 
decode(String, OutputStream) - Static method in class org.apache.soap.encoding.soapenc.Base64
 
DEFAULT_SEVERITY - Static variable in class oracle.soap.server.Logger
 
deploy(ProviderDeploymentDescriptor) - Method in interface oracle.soap.server.ProviderManager
Deploy the given provider.
deploy(ServiceDeploymentDescriptor) - Method in interface oracle.soap.server.ServiceManager
Deploy the given service.
Deserializer - interface org.apache.soap.util.xml.Deserializer.
A Deserializer ...
destroy() - Method in interface oracle.soap.server.ProviderManager
Cleanup the provider manager.
destroy() - Method in interface oracle.soap.server.ServiceManager
Cleanup the service manager.
destroy() - Method in interface oracle.soap.server.Handler
One-time handler cleanup.
destroy() - Method in interface oracle.soap.server.Provider
One-time provider instance cleanup.
DOM2Writer - class org.apache.soap.util.xml.DOM2Writer.
This class is a utility to serialize a DOM node as XML.
DOM2Writer() - Constructor for class org.apache.soap.util.xml.DOM2Writer
 
DOMUtils - class org.apache.soap.util.xml.DOMUtils.
 
DOMUtils() - Constructor for class org.apache.soap.util.xml.DOMUtils
 
DOMWriter - class org.apache.soap.util.xml.DOMWriter.
This class is a utility to serialize a DOM node as XML.
DOMWriter() - Constructor for class org.apache.soap.util.xml.DOMWriter
 
dumpDOM(Document, StringBuffer) - Static method in class oracle.soap.util.xml.XmlUtils
 

E

ELEM_BODY - Static variable in class org.apache.soap.Constants
 
ELEM_DETAIL - Static variable in class org.apache.soap.Constants
 
ELEM_ENVELOPE - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_ACTOR - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_CODE - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_DETAIL_ENTRY - Static variable in class org.apache.soap.Constants
 
ELEM_FAULT_STRING - Static variable in class org.apache.soap.Constants
 
ELEM_HEADER - Static variable in class org.apache.soap.Constants
 
ELEM_PARAMETER - Static variable in class org.apache.soap.rpc.RPCConstants
 
ELEM_RETURN - Static variable in class org.apache.soap.rpc.RPCConstants
 
encode(byte[]) - Static method in class org.apache.soap.encoding.soapenc.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int) - Static method in class org.apache.soap.encoding.soapenc.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class org.apache.soap.encoding.soapenc.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.soap.encoding.soapenc.Base64
Outputs base64 representation of the specified byte array to a character stream.
encodingStyleURI - Variable in class org.apache.soap.rpc.RPCMessage
 
Envelope - class org.apache.soap.Envelope.
An Envelope object represents the contents and semantics of an <SOAP-ENV:Envelope> element.
Envelope() - Constructor for class org.apache.soap.Envelope
 
equals(Object) - Method in class org.apache.soap.util.xml.QName
 
ERR_MSG_VERSION_MISMATCH - Static variable in class org.apache.soap.Constants
 
ERROR_TYPE - Static variable in interface oracle.soap.server.Handler
Handler invocation is part of error chain.
extractFromEnvelope(Envelope, boolean, SOAPMappingRegistry) - Static method in class org.apache.soap.rpc.RPCMessage
 
extractFromEnvelope(Envelope, SOAPMappingRegistry) - Static method in class org.apache.soap.rpc.Response
 
extractFromEnvelope(Envelope, SOAPMappingRegistry) - Static method in class org.apache.soap.rpc.Call
 
extractMethodName(Envelope) - Static method in class oracle.soap.util.xml.XmlUtils
Get the method name from the envelope.
extractServiceId(Envelope) - Static method in class oracle.soap.util.xml.XmlUtils
Get the service id from the envelope.

F

Fault - class org.apache.soap.Fault.
A Fault object represents the contents and semantics of a <SOAP-ENV:Fault> element.
FAULT_CODE_CLIENT - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_INTERRUPTED_IOEXCEPTION - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_IOEXCEPTION - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_MUST_UNDERSTAND - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_PROTOCOL - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_SERVER - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_SERVER_BAD_TARGET_OBJECT_URI - Static variable in class org.apache.soap.Constants
 
FAULT_CODE_VERSION_MISMATCH - Static variable in class org.apache.soap.Constants
 
Fault() - Constructor for class org.apache.soap.Fault
 
Fault(SOAPException) - Constructor for class org.apache.soap.Fault
 
finalize() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
 
findChildElementWithAttribute(Element, String, String) - Static method in class org.apache.soap.util.xml.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 oracle.soap.server.ServiceDeploymentDescriptor
Populate the ServiceDeploymentDescriptor with information from the given document, which is the XML representation of the descriptor.
fromXML(Element) - Static method in class oracle.soap.server.ProviderDeploymentDescriptor
Build a provider descriptor from the given document.
fullTargetObjectURI - Variable in class org.apache.soap.rpc.RPCMessage
 

G

generateArrayHeader(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry, QName, String) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
generatedFault() - Method in class org.apache.soap.rpc.Response
 
generateNullArray(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry, QName, String) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
generateNullStructure(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
generateStructureHeader(String, Class, Object, Writer, NSStack, XMLJavaMappingRegistry) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
generateStructureHeader(String, QName, Object, Writer, NSStack, XMLJavaMappingRegistry, QName, String, boolean) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
getAttribute(Element, String) - Static method in class org.apache.soap.util.xml.DOMUtils
Returns the value of an attribute of an element.
getAttribute(QName) - Method in class org.apache.soap.Envelope
 
getAttribute(QName) - Method in class org.apache.soap.Header
 
getAttribute(QName) - Method in class org.apache.soap.Fault
 
getAttribute(QName) - Method in class org.apache.soap.Body
 
getAttribute(String) - Method in class oracle.soap.server.ContainerContext
Returns the attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in class oracle.soap.server.SOAPServerContext
Returns the attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in class oracle.soap.server.UserContext
Returns the attribute with the given name, or null if there is no attribute by that name.
getAttributeNames() - Method in class oracle.soap.server.ContainerContext
Returns an Enumeration containing the attribute names available within this SOAP context.
getAttributeNames() - Method in class oracle.soap.server.SOAPServerContext
Returns an Enumeration containing the attribute names available within this SOAP context.
getAttributeNames() - Method in class oracle.soap.server.UserContext
Returns an Enumeration containing the attribute names available within this SOAP context.
getAttributeNS(Element, String, String) - Static method in class org.apache.soap.util.xml.DOMUtils
Returns the value of an attribute of an element.
getAttributeValue(Element, String, String, String, boolean) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
getBody() - Method in class org.apache.soap.Envelope
 
getBodyEntries() - Method in class org.apache.soap.Body
 
getCertificate() - Method in class oracle.soap.server.UserContext
Returns the user certificate.
getChars(int, char) - Static method in class org.apache.soap.util.StringUtils
Get a string consisting of numberOfChars theChars.
getChildCharacterData(Element) - Static method in class org.apache.soap.util.xml.DOMUtils
Concat all the text and cdata node children of this elem and return the resulting text.
getClassname() - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Returns the name of the class that implements this provider.
getClassName(Class) - Static method in class org.apache.soap.util.StringUtils
 
getCommaListFromVector(Vector) - Static method in class org.apache.soap.util.StringUtils
 
getConstructor(Class, Class[]) - Static method in class org.apache.soap.util.MethodUtils
Class.getConstructor() finds only the entry point (if any) _exactly_ matching the specified argument types.
getContainerType() - Method in class oracle.soap.server.ContainerContext
Returns the container type.
getContentAsReader(URL) - Static method in class org.apache.soap.util.StringUtils
 
getContentAsString(URL) - Static method in class org.apache.soap.util.StringUtils
 
getDefaultSMRClass() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the default SOAP mapping registry class.
getDetailEntries() - Method in class org.apache.soap.Fault
 
getEncodingStyleURI() - Method in class org.apache.soap.rpc.RPCMessage
 
getEncodingStyleURI() - Method in class org.apache.soap.rpc.Parameter
 
getEnvelopeEntries() - Method in class org.apache.soap.Envelope
 
getFault() - Method in class org.apache.soap.rpc.Response
 
getFaultActorURI() - Method in class org.apache.soap.Fault
 
getFaultCode() - Method in class org.apache.soap.SOAPException
 
getFaultCode() - Method in class org.apache.soap.Fault
 
getFaultEntries() - Method in class org.apache.soap.Fault
 
getFaultListener() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the fault listener list.
getFaultString() - Method in class org.apache.soap.Fault
 
getFirstChildElement(Element) - Static method in class org.apache.soap.util.xml.DOMUtils
Return the first child element of the given element.
getFullTargetObjectURI() - Method in class org.apache.soap.rpc.RPCMessage
 
getGlobalContext() - Method in class oracle.soap.server.SOAPServerContext
Returns the global context.
getHeader() - Method in class org.apache.soap.Envelope
 
getHeader() - Method in class org.apache.soap.rpc.RPCMessage
 
getHeaderEntries() - Method in class org.apache.soap.Header
 
getHeaders() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
Return access to headers generated by the protocol.
getHttpServlet() - Method in class oracle.soap.server.ContainerContext
Returns the HTTP servlet if the container type is SERVLET_CONTAINER.
getHttpServlet() - Method in class oracle.soap.server.UserContext
Returns the HTTP servlet.
getHttpSession() - Method in class oracle.soap.server.UserContext
Returns the HTTP session.
getId() - Method in interface oracle.soap.server.Provider
Get this provider's unique name.
getId() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the service id.
getId() - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Returns the unique id for this provider.
getListenPort() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getListenText() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getLocalPart() - Method in class org.apache.soap.util.xml.QName
 
getLogger() - Method in class oracle.soap.server.SOAPServerContext
Returns the SOAP logger.
getMessage() - Method in class org.apache.soap.SOAPException
 
getMethod(Class, String, Class[], boolean) - Static method in class org.apache.soap.util.MethodUtils
 
getMethod(Object, String, Class[]) - Static method in class org.apache.soap.util.MethodUtils
Class.getMethod() finds only the entry point (if any) _exactly_ matching the specified argument types.
getMethodName() - Method in class oracle.soap.server.RequestContext
Get the method name for this SOAP request.
getMethodName() - Method in class org.apache.soap.rpc.RPCMessage
 
getMethods() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the list of methods that are provided by this service.
getName() - Method in interface oracle.soap.server.Handler
Get this handler's name.
getName() - Method in class org.apache.soap.rpc.Parameter
 
getNamespaceURI() - Method in class org.apache.soap.util.xml.QName
 
getNamespaceURIFromPrefix(Node, String) - Static method in class org.apache.soap.util.xml.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 org.apache.soap.encoding.soapenc.ArraySerializer
 
getNextSiblingElement(Element) - Static method in class org.apache.soap.util.xml.DOMUtils
Return the next sibling element of the given element.
getOptions() - Method in interface oracle.soap.server.Handler
Get this handler's options.
getOptions() - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Get the provider-specific options.
getParams() - Method in class org.apache.soap.rpc.RPCMessage
 
getPrefixFromURI(String) - Method in class org.apache.soap.util.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 org.apache.soap.util.xml.NSStack
Return the prefix associated with the given namespace name by looking thru all the namespace declarations that are in scope.
getProperties() - Method in interface oracle.soap.transport.OracleSOAPTransport
Get the connection properties.
getProperties() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
Get the connection properties.
getProviderId() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the provider id for this service.
getProviderOptions() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the provider-specific options.
getProviderType() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the provider type.
getProviderType() - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Returns the provider type.
getRemoteAddress() - Method in class oracle.soap.server.UserContext
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteHost() - Method in class oracle.soap.server.UserContext
Returns the host name of the client that sent the request.
getRequestEncodingStyle() - Method in class oracle.soap.server.RequestContext
Get the encoding style that was used on the request.
getRequestEnvelope() - Method in class oracle.soap.server.RequestContext
Get the envelope that represents the actual SOAP request.
getRequestURI() - Method in class oracle.soap.server.UserContext
Returns the URI of the request.
getRequiredRequestURI() - Method in interface oracle.soap.server.ProviderManager
Get the URI that provider manager requests must be made to in order to be accepted.
getRequiredRequestURI() - Method in interface oracle.soap.server.ServiceManager
Get the URI that service manager requests must be made to in order to be accepted.
getResponseBytes() - Method in class oracle.soap.server.RequestContext
Get the response stream for this SOAP request.
getResponseEnvelope() - Method in class oracle.soap.server.RequestContext
Get the envelope that represents the SOAP response.
getResponseMap() - Method in class oracle.soap.server.RequestContext
Get the mapping registry that must be used to serialize the SOAP response.
getReturnValue() - Method in class org.apache.soap.rpc.Response
 
getRootException() - Method in class org.apache.soap.SOAPException
 
getSafeString(String) - Static method in class org.apache.soap.util.StringUtils
 
getScope() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the scope.
getSecureChannel() - Method in class oracle.soap.server.UserContext
Returns an indication whether the channel is secure.
getServiceDeploymentDescriptor() - Method in class oracle.soap.server.RequestContext
Get the service deployment descriptor for the requested service.
getServiceId() - Method in class oracle.soap.server.RequestContext
Get the service id (URI) for this SOAP request.
getServiceType() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the service type.
getSeverity() - Method in class oracle.soap.server.Logger
Get the current severity.
getSeverityName(int) - Method in class oracle.soap.server.Logger
Get the severity name associated with the given severity.
getSeverityValue(String) - Method in class oracle.soap.server.Logger
Get the severity value associated with the given severity name.
getSOAPMappingRegistry() - Method in class org.apache.soap.rpc.Call
 
getSOAPTransport() - Method in class org.apache.soap.rpc.Call
 
getSqlMap() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the SQL type to Java type map.
getStatus() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getStringFromReader(Reader) - Static method in class org.apache.soap.util.IOUtils
 
getTargetException() - Method in class org.apache.soap.SOAPException
 
getTargetObjectURI() - Method in class org.apache.soap.rpc.RPCMessage
 
getTimeout() - Method in class org.apache.soap.rpc.Call
 
getTunnelHost() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getTunnelPort() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getTunnelText() - Method in class org.apache.soap.util.net.TcpTunnelGui
 
getType() - Method in class org.apache.soap.rpc.Parameter
 
getTypeMappings() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get the XML-Java type mappings, which define how to deserialize XML into Java and serialize Java into XML.
getURIFromPrefix(String) - Method in class org.apache.soap.util.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 org.apache.soap.util.StringUtils
 
getUserContext() - Method in class oracle.soap.server.RequestContext
Get the user context for this SOAP request.
getUsername() - Method in class oracle.soap.server.UserContext
Returns the protocol-specific username.
getValidIdentifierName(String) - Static method in class org.apache.soap.util.StringUtils
 
getValue() - Method in class org.apache.soap.rpc.Parameter
 
getWriteMethod(String, PropertyDescriptor[], Class) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
 

H

Handler - interface oracle.soap.server.Handler.
Handler defines the interface for a pluggable handler in the SOAP server.
hashCode() - Method in class org.apache.soap.util.xml.QName
 
header - Variable in class org.apache.soap.rpc.RPCMessage
 
Header - class org.apache.soap.Header.
A Header object represents the contents and semantics of a <SOAP-ENV:Header> element.
HEADER_CONTENT_LENGTH - Static variable in class org.apache.soap.Constants
 
HEADER_CONTENT_TYPE - Static variable in class org.apache.soap.Constants
 
HEADER_HOST - Static variable in class org.apache.soap.Constants
 
HEADER_POST - Static variable in class org.apache.soap.Constants
 
HEADER_SOAP_ACTION - Static variable in class org.apache.soap.Constants
 
Header() - Constructor for class org.apache.soap.Header
 
headers - Variable in class org.apache.soap.util.net.HTTPUtils.Response
 
HEADERVAL_CONTENT_TYPE - Static variable in class org.apache.soap.Constants
 
HEADERVAL_CONTENT_TYPE_UTF8 - Static variable in class org.apache.soap.Constants
 
HTTPUtils - class org.apache.soap.util.net.HTTPUtils.
A bunch of utility stuff for doing HTTP things.
HTTPUtils.Response - class org.apache.soap.util.net.HTTPUtils.Response.
An instance of this class is returned by post.
HTTPUtils() - Constructor for class org.apache.soap.util.net.HTTPUtils
 

I

init(Properties) - Method in interface oracle.soap.server.ProviderManager
Initialize the provider manager.
init(Properties, ContainerContext) - Method in class oracle.soap.server.Logger
One-time initialization of the logger with its configuration parameters.
init(Properties, ProviderManager) - Method in interface oracle.soap.server.ServiceManager
Initialize the service manager.
init(ProviderDeploymentDescriptor, SOAPServerContext) - Method in interface oracle.soap.server.Provider
One-time provider instance initialization.
init(SOAPServerContext) - Method in interface oracle.soap.server.Handler
One-time handler initialization.
invoke(int, RequestContext) - Method in interface oracle.soap.server.Handler
Invoke the requested handler as part of the specified chain type.
invoke(RequestContext) - Method in interface oracle.soap.server.Provider
Invoke the requested method in the specified service, where the SOAP request is completely described in the request context.
invoke(URL, String) - Method in class org.apache.soap.rpc.Call
Invoke this call at the specified URL.
IOUtils - class org.apache.soap.util.IOUtils.
This file is a collection of input/output utilities.
IOUtils() - Constructor for class org.apache.soap.util.IOUtils
 
isLoggable(int) - Method in class oracle.soap.server.Logger
Determine if a message would be logged at the given severity level.
isMethodValid(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Determine if the given method is valid for this service.
isMine(String) - Method in interface oracle.soap.server.AutonomousProvider
Return an indication of whether this provider can handle the given service request.
isNull(Element) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
 
isValidIdentifierName(String) - Static method in class org.apache.soap.util.StringUtils
 
isValidPackageName(String) - Static method in class org.apache.soap.util.StringUtils
 

L

lineSeparator - Static variable in class org.apache.soap.util.StringUtils
 
lineSeparatorStr - Static variable in class org.apache.soap.util.StringUtils
 
list() - Method in interface oracle.soap.server.ProviderManager
Get a list of provider ids for all providers that have been deployed.
list() - Method in interface oracle.soap.server.ServiceManager
Get a list of service ids for all services that have been deployed, regardless of the provider.
list() - Method in interface oracle.soap.server.AutonomousProvider
Return the list of all SOAP services that are available through this provider.
log(String, int) - Method in class oracle.soap.server.Logger
Log the given message at the given severity.
log(String, Throwable, int) - Method in class oracle.soap.server.Logger
Log the given message and exception at the given severity.
log(Throwable, int) - Method in class oracle.soap.server.Logger
Log the given exception at the given severity.
Logger - class oracle.soap.server.Logger.
Logger defines the capabilities that must be supported by a logger implementation.
Logger() - Constructor for class oracle.soap.server.Logger
 
lookup(String) - Method in class org.apache.soap.util.ObjectRegistry
 

M

m_faultListener - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_id - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_methods - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_providerId - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_providerOptions - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_providerType - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_scope - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_serviceType - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_severity - Variable in class oracle.soap.server.Logger
The logger's severity setting.
m_sqlMap - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
m_typeMappings - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
main(String[]) - Static method in class org.apache.soap.util.net.TcpTunnelGui
 
main(String[]) - Static method in class org.apache.soap.util.net.TcpTunnel
 
MapSerializer - class org.apache.soap.encoding.soapenc.MapSerializer.
A MapSerializer can be used to serialize and deserialize Hashtables using the SOAP-ENC encoding style.
MapSerializer() - Constructor for class org.apache.soap.encoding.soapenc.MapSerializer
 
mapTypes(String, QName, Class, Serializer, Deserializer) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
 
marshall(String, Class, Object, Object, Writer, NSStack) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.literalxml.XMLParameterSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.Base64Serializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.VectorSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.ParameterSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.ArraySerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.QNameSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.MapSerializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.rpc.RPCMessage
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in interface org.apache.soap.util.xml.Serializer
 
marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.util.xml.XMISerializer
 
marshall(String, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.Fault
 
marshall(String, Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.Body
 
marshall(Writer, NSStack, XMLJavaMappingRegistry) - Method in class org.apache.soap.Header
 
marshall(Writer, XMLJavaMappingRegistry) - Method in class org.apache.soap.Envelope
 
marshallNode(Node, Writer) - Static method in class org.apache.soap.Utils
 
matches(Node) - Method in class org.apache.soap.util.xml.QName
 
methodName - Variable in class org.apache.soap.rpc.RPCMessage
 
MethodUtils - class org.apache.soap.util.MethodUtils.
This file is a collection of reflection utilities for dealing with methods and constructors.
MethodUtils() - Constructor for class org.apache.soap.util.MethodUtils
 

N

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

O

ObjectRegistry - class org.apache.soap.util.ObjectRegistry.
The ObjectRegistry is used to do name-to-object reference lookups.
ObjectRegistry() - Constructor for class org.apache.soap.util.ObjectRegistry
 
ObjectRegistry(ObjectRegistry) - Constructor for class org.apache.soap.util.ObjectRegistry
 
OPTION_SEVERITY - Static variable in class oracle.soap.server.Logger
Configuration option that specifies the severity for the logger.
oracle.soap.server - package oracle.soap.server
 
oracle.soap.transport - package oracle.soap.transport
 
oracle.soap.transport.http - package oracle.soap.transport.http
 
oracle.soap.util.xml - package oracle.soap.util.xml
 
OracleSOAPHTTPConnection - class oracle.soap.transport.http.OracleSOAPHTTPConnection.
 
OracleSOAPHTTPConnection() - Constructor for class oracle.soap.transport.http.OracleSOAPHTTPConnection
Default constructor.
OracleSOAPHTTPConnection(Properties) - Constructor for class oracle.soap.transport.http.OracleSOAPHTTPConnection
Constructor that takes Properties as an arg.
OracleSOAPTransport - interface oracle.soap.transport.OracleSOAPTransport.
This interface defines Oracle specific transport extensions.
org.apache.soap - package org.apache.soap
 
org.apache.soap.encoding - package org.apache.soap.encoding
 
org.apache.soap.encoding.literalxml - package org.apache.soap.encoding.literalxml
 
org.apache.soap.encoding.soapenc - package org.apache.soap.encoding.soapenc
 
org.apache.soap.rpc - package org.apache.soap.rpc
 
org.apache.soap.util - package org.apache.soap.util
 
org.apache.soap.util.net - package org.apache.soap.util.net
 
org.apache.soap.util.xml - package org.apache.soap.util.xml
 

P

Parameter - class org.apache.soap.rpc.Parameter.
A Parameter represents an argument to an RPC call.
Parameter(String, Class, Object, String) - Constructor for class org.apache.soap.rpc.Parameter
 
ParameterSerializer - class org.apache.soap.encoding.soapenc.ParameterSerializer.
A ParameterSerializer is used to serialize and deserialize parameters using the SOAP-ENC encoding style.
ParameterSerializer() - Constructor for class org.apache.soap.encoding.soapenc.ParameterSerializer
 
params - Variable in class org.apache.soap.rpc.RPCMessage
 
parseFullTargetObjectURI(String) - Static method in class org.apache.soap.util.StringUtils
This method will perform the splicing of a full URI.
parseXml(InputStream) - Static method in class oracle.soap.util.xml.XmlUtils
Parse the contents of the XML InputStream and return the XML document.
parseXml(Reader) - Static method in class oracle.soap.util.xml.XmlUtils
Parse the given XML source and return the XML document.
parseXml(String) - Static method in class oracle.soap.util.xml.XmlUtils
Parse the given XML file and return the XML document.
PASSWORD - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining http password
popScope() - Method in class org.apache.soap.util.xml.NSStack
Leave a scope: this removes any NS declarations that were added in the last scope.
post(URL, Hashtable, String, String, int) - Static method in class org.apache.soap.util.net.HTTPUtils
POST something to the given URL.
Provider - interface oracle.soap.server.Provider.
Provider defines the capabilities that must be supported for each type of service provider, such as Java class, stored procedure, or EJB.
ProviderDeploymentDescriptor - class oracle.soap.server.ProviderDeploymentDescriptor.
ProviderDeploymentDescriptor defines the deployment information for a specific provider.
ProviderDeploymentDescriptor() - Constructor for class oracle.soap.server.ProviderDeploymentDescriptor
Construct a new instance of a provider descriptor.
ProviderManager - interface oracle.soap.server.ProviderManager.
Provider Manager defines the interface to manage providers.
PROXY_AUTH_TYPE - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining proxy auth type (basic/digest)
PROXY_HOST - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining proxy host
PROXY_PASSWORD - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining proxy password
PROXY_PORT - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining proxy port
PROXY_USERNAME - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining proxy username
pushScope() - Method in class org.apache.soap.util.xml.NSStack
Enter a new scope: after calling this I'm ready to accept new declarations into that scope.

Q

Q_ATTR_MUST_UNDERSTAND - Static variable in class org.apache.soap.Constants
 
Q_ELEM_BODY - Static variable in class org.apache.soap.Constants
 
Q_ELEM_ENVELOPE - Static variable in class org.apache.soap.Constants
 
Q_ELEM_FAULT - Static variable in class org.apache.soap.Constants
 
Q_ELEM_HEADER - Static variable in class org.apache.soap.Constants
 
Q_ELEM_PARAMETER - Static variable in class org.apache.soap.rpc.RPCConstants
 
QName - class org.apache.soap.util.xml.QName.
A QName represents a fully-qualified name.
QName() - Constructor for class org.apache.soap.util.xml.QName
 
QName(Node) - Constructor for class org.apache.soap.util.xml.QName
 
QName(String, String) - Constructor for class org.apache.soap.util.xml.QName
 
QNameSerializer - class org.apache.soap.encoding.soapenc.QNameSerializer.
A QNameSerializer serializes a QName as follows: ns:QNameLocalPart
QNameSerializer() - Constructor for class org.apache.soap.encoding.soapenc.QNameSerializer
 
query(String) - Method in interface oracle.soap.server.ProviderManager
Get the deployment descriptor for the given provider.
query(String) - Method in interface oracle.soap.server.ServiceManager
Get the deployment descriptor for the given service.
queryDeserializer(QName, String) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
 
queryElementType(Class, String) - Method in class org.apache.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 org.apache.soap.util.xml.XMLJavaMappingRegistry
 
queryJavaType(QName, String) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
 
querySerializer(Class, String) - Method in class org.apache.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 org.apache.soap.util.xml.XMLJavaMappingRegistry
 

R

receive() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
Return a buffered reader to receive back the response to whatever was sent to whatever.
register(String, Object) - Method in class org.apache.soap.util.ObjectRegistry
 
Relay - class org.apache.soap.util.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 org.apache.soap.Envelope
 
removeAttribute(QName) - Method in class org.apache.soap.Header
 
removeAttribute(QName) - Method in class org.apache.soap.Fault
 
removeAttribute(QName) - Method in class org.apache.soap.Body
 
removeAttribute(String) - Method in class oracle.soap.server.ContainerContext
Removes the attribute with the given name from the context.
removeAttribute(String) - Method in class oracle.soap.server.SOAPServerContext
Removes the attribute with the given name from the context.
removeAttribute(String) - Method in class oracle.soap.server.UserContext
Removes the attribute with the given name from the context.
REQUEST_TYPE - Static variable in interface oracle.soap.server.Handler
Handler invocation is part of request chain.
RequestContext - class oracle.soap.server.RequestContext.
RequestContext defines all of the context for a SOAP request, including information that is passed to the provider and information that the provider must set before returning.
RequestContext() - Constructor for class oracle.soap.server.RequestContext
 
Response - class org.apache.soap.rpc.Response.
A Response object represents an RPC response.
RESPONSE_SUFFIX - Static variable in class org.apache.soap.rpc.RPCConstants
 
RESPONSE_TYPE - Static variable in interface oracle.soap.server.Handler
Handler invocation is part of response chain.
Response(String, String, Fault, Vector, Header, String) - Constructor for class org.apache.soap.rpc.Response
Use this constructor when things didn't go so well.
Response(String, String, Parameter, Vector, Header, String) - Constructor for class org.apache.soap.rpc.Response
Use this constructor when everything went well.
RPCConstants - class org.apache.soap.rpc.RPCConstants.
SOAP constants used for RPC.
RPCConstants() - Constructor for class org.apache.soap.rpc.RPCConstants
 
RPCMessage - class org.apache.soap.rpc.RPCMessage.
An RPCMessage is the base class that Call and Response extend from.
RPCMessage(String, String, Vector, Header, String) - Constructor for class org.apache.soap.rpc.RPCMessage
 
run() - Method in class org.apache.soap.util.net.Relay
 

S

SCOPE_APPLICATION - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
SCOPE_REQUEST - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
SCOPE_SESSION - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
send(URL, String, Hashtable, Envelope, SOAPMappingRegistry, int) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
This method is used to request that an envelope be posted to the given URL.
serializeAsXML(Node, Writer) - Static method in class org.apache.soap.util.xml.DOMWriter
Serialize this node into the writer as XML.
serializeAsXML(Node, Writer) - Static method in class org.apache.soap.util.xml.DOM2Writer
Serialize this node into the writer as XML.
Serializer - interface org.apache.soap.util.xml.Serializer.
A Serializer ...
SERVICE_TYPE_MESSAGE - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
SERVICE_TYPE_RPC - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
 
ServiceDeploymentDescriptor - class oracle.soap.server.ServiceDeploymentDescriptor.
ServiceDeploymentDescriptor defines the deployment information for a SOAP service, independent of its provider type.
ServiceDeploymentDescriptor() - Constructor for class oracle.soap.server.ServiceDeploymentDescriptor
Construct a new service descriptor.
ServiceManager - interface oracle.soap.server.ServiceManager.
Service Manager defines the interface to manage services.
SERVLET_CONTAINER - Static variable in class oracle.soap.server.ContainerContext
The value for a servlet container type.
setAttribute(QName, String) - Method in class org.apache.soap.Envelope
 
setAttribute(QName, String) - Method in class org.apache.soap.Header
 
setAttribute(QName, String) - Method in class org.apache.soap.Fault
 
setAttribute(QName, String) - Method in class org.apache.soap.Body
 
setAttribute(String, Object) - Method in class oracle.soap.server.ContainerContext
Binds an object to a given attribute name in this SOAP context.
setAttribute(String, Object) - Method in class oracle.soap.server.SOAPServerContext
Binds an object to a given attribute name in this SOAP context.
setAttribute(String, Object) - Method in class oracle.soap.server.UserContext
Binds an object to a given attribute name in this SOAP context.
setBody(Body) - Method in class org.apache.soap.Envelope
 
setBodyEntries(Vector) - Method in class org.apache.soap.Body
 
setCertificate(Object) - Method in class oracle.soap.server.UserContext
Set the user certificate.
setClassname(String) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Set the name of the class that implements this provider.
setContainerType(String) - Method in class oracle.soap.server.ContainerContext
Set the container type.
setDefaultSMRClass(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the default SOAP mapping registry class.
setDetailEntries(Vector) - Method in class org.apache.soap.Fault
 
setEncodingStyleURI(String) - Method in class org.apache.soap.rpc.RPCMessage
 
setEncodingStyleURI(String) - Method in class org.apache.soap.rpc.Parameter
 
setEnvelopeEntries(Vector) - Method in class org.apache.soap.Envelope
 
setFault(Fault) - Method in class org.apache.soap.rpc.Response
 
setFaultActorURI(String) - Method in class org.apache.soap.Fault
 
setFaultCode(String) - Method in class org.apache.soap.SOAPException
 
setFaultCode(String) - Method in class org.apache.soap.Fault
 
setFaultEntries(Vector) - Method in class org.apache.soap.Fault
 
setFaultListener(String[]) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the fault listener list.
setFaultString(String) - Method in class org.apache.soap.Fault
 
setGlobalContext(Hashtable) - Method in class oracle.soap.server.SOAPServerContext
Set the global context, which contains SOAP server-wide objects.
setHeader(Header) - Method in class org.apache.soap.Envelope
 
setHeader(Header) - Method in class org.apache.soap.rpc.RPCMessage
 
setHeaderEntries(Vector) - Method in class org.apache.soap.Header
 
setHttpServlet(HttpServlet) - Method in class oracle.soap.server.ContainerContext
Set the HTTP servlet for a SOAP server running in a SERVLET_CONTAINER type of container.
setHttpServlet(HttpServlet) - Method in class oracle.soap.server.UserContext
Set the HTTP servlet.
setHttpSession(HttpSession) - Method in class oracle.soap.server.UserContext
Set the HTTP session.
setId(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the service id, which must be a valid URI.
setId(String) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Set the provider id.
setLocalPart(String) - Method in class org.apache.soap.util.xml.QName
 
setLogger(Logger) - Method in class oracle.soap.server.SOAPServerContext
Set the logger, which is used for text-based logging of informational and debug messages.
setMethodName(String) - Method in class oracle.soap.server.RequestContext
Set the method name for this SOAP request.
setMethodName(String) - Method in class org.apache.soap.rpc.RPCMessage
 
setMethods(String[]) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the list of methods that are provided by this service.
setName(String) - Method in interface oracle.soap.server.Handler
Set the name of the handler.
setName(String) - Method in class org.apache.soap.rpc.Parameter
 
setNamespaceURI(String) - Method in class org.apache.soap.util.xml.QName
 
setOptions(Hashtable) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Set the options.
setOptions(Properties) - Method in interface oracle.soap.server.Handler
Set the options for the handler for subsequent use by init.
setParams(Vector) - Method in class org.apache.soap.rpc.RPCMessage
 
setProperties(Properties) - Method in interface oracle.soap.transport.OracleSOAPTransport
Set the connection properties.
setProperties(Properties) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
Set the connection properties.
setProviderId(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the id of the provider for this service.
setProviderOptions(Hashtable) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the provider-specific options.
setProviderType(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the provider type.
setProviderType(String) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Set the provider type.
setRemoteAddress(String) - Method in class oracle.soap.server.UserContext
Set the remote IP address of the client
setRemoteHost(String) - Method in class oracle.soap.server.UserContext
Set the host name of the client making the SOAP request
setRequestEncodingStyle(String) - Method in class oracle.soap.server.RequestContext
Set the encoding style that was used on the request.
setRequestEnvelope(Envelope) - Method in class oracle.soap.server.RequestContext
Set the envelope that represents the actual SOAP request.
setRequestURI(String) - Method in class oracle.soap.server.UserContext
Set the URI of the request.
setResponseBytes(ByteArrayOutputStream) - Method in class oracle.soap.server.RequestContext
Set the response stream for this SOAP request.
setResponseEnvelope(Envelope) - Method in class oracle.soap.server.RequestContext
Set the envelope that represents the SOAP response.
setResponseMap(SOAPMappingRegistry) - Method in class oracle.soap.server.RequestContext
Set the mapping registry that must be used to serialize the SOAP response envelope.
setReturnValue(Parameter) - Method in class org.apache.soap.rpc.Response
 
setScope(int) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the execution scope.
setSecureChannel(boolean) - Method in class oracle.soap.server.UserContext
Set the indicator of whether the channel is secure.
setServiceDeploymentDescriptor(ServiceDeploymentDescriptor) - Method in class oracle.soap.server.RequestContext
Set the service deployment descriptor for the requested service.
setServiceId(String) - Method in class oracle.soap.server.RequestContext
Set the service id (URI) for this SOAP request.
setServiceManager(ServiceManager) - Method in interface oracle.soap.server.ProviderManager
Make the service manager that is being used to manage service deployment information available to the provider manager.
setServiceType(int) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the service type.
setSeverity(int) - Method in class oracle.soap.server.Logger
Set the current severity.
setSOAPMappingRegistry(SOAPMappingRegistry) - Method in class org.apache.soap.rpc.Call
 
setSOAPTransport(SOAPTransport) - Method in class org.apache.soap.rpc.Call
 
setSqlMap(Hashtable) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the map that maps from SQL type to Java type.
setTargetException(Throwable) - Method in class org.apache.soap.SOAPException
 
setTargetObjectURI(String) - Method in class org.apache.soap.rpc.RPCMessage
 
setTimeout(int) - Method in class org.apache.soap.rpc.Call
 
setType(Class) - Method in class org.apache.soap.rpc.Parameter
 
setTypeMappings(TypeMapping[]) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Set the XML-Java type mappings, which define how to deserialize XML into Java and serialize Java into XML.
setUserContext(UserContext) - Method in class oracle.soap.server.RequestContext
Set the user context for this SOAP request.
setUsername(String) - Method in class oracle.soap.server.UserContext
Set the protocol-specific username.
setValue(Object) - Method in class org.apache.soap.rpc.Parameter
 
SEVERITY_DEBUG - Static variable in class oracle.soap.server.Logger
 
SEVERITY_ERROR - Static variable in class oracle.soap.server.Logger
 
SEVERITY_INVALID - Static variable in class oracle.soap.server.Logger
 
SEVERITY_NAMES - Static variable in class oracle.soap.server.Logger
 
SEVERITY_STATUS - Static variable in class oracle.soap.server.Logger
 
SoapEncUtils - class org.apache.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 org.apache.soap.encoding.soapenc.SoapEncUtils
 
SOAPException - exception org.apache.soap.SOAPException.
SOAP Exceptions.
SOAPException(String, String) - Constructor for class org.apache.soap.SOAPException
 
SOAPException(String, String, Throwable) - Constructor for class org.apache.soap.SOAPException
 
SOAPMappingRegistry - class org.apache.soap.encoding.SOAPMappingRegistry.
A SOAPMappingRegistry object is an XMLJavaMappingRegistry with pre-registered serializers and deserializers to support SOAP.
SOAPMappingRegistry() - Constructor for class org.apache.soap.encoding.SOAPMappingRegistry
 
SOAPServerContext - class oracle.soap.server.SOAPServerContext.
SOAPServerContext defines the context of the SOAP server that is independent of the type of container in which the server is running.
SOAPServerContext() - Constructor for class oracle.soap.server.SOAPServerContext
 
STATUS_LINE - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used to get HTTP status line from HTTP headers (getHeaders)
StringUtils - class org.apache.soap.util.StringUtils.
Deals with strings (probably need to elaborate some more).
StringUtils() - Constructor for class org.apache.soap.util.StringUtils
 

T

targetObjectURI - Variable in class org.apache.soap.rpc.RPCMessage
 
TcpTunnel - class org.apache.soap.util.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 org.apache.soap.util.net.TcpTunnel
 
TcpTunnelGui - class org.apache.soap.util.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 org.apache.soap.util.net.TcpTunnelGui
 
toString() - Method in class org.apache.soap.SOAPException
 
toString() - Method in class org.apache.soap.Envelope
 
toString() - Method in class org.apache.soap.Header
 
toString() - Method in class org.apache.soap.Fault
 
toString() - Method in class org.apache.soap.Body
 
toString() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Get a printable representation of this descriptor.
toString() - Method in class oracle.soap.server.ProviderDeploymentDescriptor
 
toString() - Method in class org.apache.soap.rpc.RPCMessage
 
toString() - Method in class org.apache.soap.rpc.Parameter
 
toString() - Method in class org.apache.soap.util.xml.NSStack
 
toString() - Method in class org.apache.soap.util.xml.QName
 
toXML(Writer) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
Write out the service deployment descriptor as XML.
toXML(Writer) - Method in class oracle.soap.server.ProviderDeploymentDescriptor
Write out the service deployment descriptor as XML.
type - Variable in class org.apache.soap.util.Bean
 

U

undeploy(String) - Method in interface oracle.soap.server.ProviderManager
Undeploy the given provider, and return its descriptor.
undeploy(String) - Method in interface oracle.soap.server.ServiceManager
Undeploy the given service, and return its descriptor.
unmarshall(Node) - Static method in class org.apache.soap.Envelope
 
unmarshall(Node) - Static method in class org.apache.soap.Header
 
unmarshall(Node) - Static method in class org.apache.soap.Body
 
unmarshall(String, Node, Class, SOAPMappingRegistry) - Static method in class org.apache.soap.rpc.RPCMessage
 
unmarshall(String, Node, XMLJavaMappingRegistry) - Static method in class org.apache.soap.Fault
 
unmarshall(String, QName, Node) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.literalxml.XMLParameterSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.Base64Serializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.VectorSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.ParameterSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.ArraySerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.QNameSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in class org.apache.soap.encoding.soapenc.MapSerializer
 
unmarshall(String, QName, Node, XMLJavaMappingRegistry) - Method in interface org.apache.soap.util.xml.Deserializer
 
unregister(String) - Method in class org.apache.soap.util.ObjectRegistry
 
URI_SEPARATION_CHAR - Static variable in class org.apache.soap.util.StringUtils
 
UserContext - class oracle.soap.server.UserContext.
UserContext defines the user context for a SOAP service request.
UserContext() - Constructor for class oracle.soap.server.UserContext
Default constructor.
USERNAME - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining http username
Utils - class org.apache.soap.Utils.
SOAP utilities.
Utils() - Constructor for class org.apache.soap.Utils
 

V

value - Variable in class org.apache.soap.util.Bean
 
VectorSerializer - class org.apache.soap.encoding.soapenc.VectorSerializer.
A VectorSerializer can be used to serialize (but not deserialize) Vectors and Enumerations using the SOAP-ENC encoding style.
VectorSerializer() - Constructor for class org.apache.soap.encoding.soapenc.VectorSerializer
 

W

WALLET_LOCATION - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining wallet location used for HTTPS
WALLET_PASSWORD - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
property used for defining wallet password used for HTTPS

X

XMISerializer - class org.apache.soap.util.xml.XMISerializer.
An XMISerializer ...
XMISerializer() - Constructor for class org.apache.soap.util.xml.XMISerializer
 
XMLJavaMappingRegistry - class org.apache.soap.util.xml.XMLJavaMappingRegistry.
An XMLJavaMappingRegistry ...
XMLJavaMappingRegistry() - Constructor for class org.apache.soap.util.xml.XMLJavaMappingRegistry
 
XMLParameterSerializer - class org.apache.soap.encoding.literalxml.XMLParameterSerializer.
An XMLParameterSerializer is used to serialize and deserialize parameters using the literal xml encoding style.
XMLParameterSerializer() - Constructor for class org.apache.soap.encoding.literalxml.XMLParameterSerializer
 
XmlUtils - class oracle.soap.util.xml.XmlUtils.
 
XmlUtils() - Constructor for class oracle.soap.util.xml.XmlUtils
 

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

Copyright © 2001 Oracle SOAP. All Rights Reserved.