All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- 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().
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)
- Base64().
Constructor for class org.apache.soap.encoding.soapenc.Base64
-
- Base64Serializer().
Constructor for class org.apache.soap.encoding.soapenc.Base64Serializer
-
- Bean(Class, Object).
Constructor for class org.apache.soap.util.Bean
-
- BeanSerializer().
Constructor for class org.apache.soap.encoding.soapenc.BeanSerializer
-
- Body().
Constructor for class org.apache.soap.Body
-
- buildEnvelope().
Method in class org.apache.soap.rpc.Call
-
- buildEnvelope().
Method in class org.apache.soap.rpc.Response
-
- 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.
- 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.util.StringUtils
-
- cleanString(String).
Static method in class org.apache.soap.Utils
-
- close().
Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Closes the connection.
- close().
Method in interface oracle.soap.transport.OracleSOAPTransport
- Close the transport and perform any clean up.
- Constants().
Constructor for class org.apache.soap.Constants
-
- ContainerContext().
Constructor for class oracle.soap.server.ContainerContext
-
- 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
- declareNamespace(String, String).
Method in class org.apache.soap.Body
-
- declareNamespace(String, String).
Method in class org.apache.soap.Envelope
-
- declareNamespace(String, String).
Method in class org.apache.soap.Fault
-
- declareNamespace(String, String).
Method in class org.apache.soap.Header
-
- 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.
- 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.
- destroy().
Method in interface oracle.soap.server.ProviderManager
- Cleanup the provider manager.
- destroy().
Method in interface oracle.soap.server.ServiceManager
- Cleanup the service manager.
- DOM2Writer().
Constructor for class org.apache.soap.util.xml.DOM2Writer
-
- DOMUtils().
Constructor for class org.apache.soap.util.xml.DOMUtils
-
- DOMWriter().
Constructor for class org.apache.soap.util.xml.DOMWriter
-
- dumpDOM(Document, StringBuffer).
Static method in class oracle.soap.util.xml.XmlUtils
-
- 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().
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.Call
-
- extractFromEnvelope(Envelope, SOAPMappingRegistry).
Static method in class org.apache.soap.rpc.Response
-
- 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.
- Fault().
Constructor for class org.apache.soap.Fault
-
- Fault(SOAPException).
Constructor for class org.apache.soap.Fault
-
- 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
-
- 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.ProviderDeploymentDescriptor
- Build a provider descriptor from the given document.
- 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.
- fullTargetObjectURI.
Variable in class org.apache.soap.rpc.RPCMessage
-
- 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.Body
-
- getAttribute(QName).
Method in class org.apache.soap.Envelope
-
- getAttribute(QName).
Method in class org.apache.soap.Fault
-
- getAttribute(QName).
Method in class org.apache.soap.Header
-
- 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.Parameter
-
- getEncodingStyleURI().
Method in class org.apache.soap.rpc.RPCMessage
-
- 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.Fault
-
- getFaultCode().
Method in class org.apache.soap.SOAPException
-
- 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.ProviderDeploymentDescriptor
- Returns the unique id for this provider.
- getId().
Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get the service id.
- 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 class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the connection properties.
- getProperties().
Method in interface oracle.soap.transport.OracleSOAPTransport
- 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.ProviderDeploymentDescriptor
- Returns the provider type.
- getProviderType().
Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get 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
-
- hashCode().
Method in class org.apache.soap.util.xml.QName
-
- header.
Variable in class org.apache.soap.rpc.RPCMessage
-
- Header().
Constructor for class org.apache.soap.Header
-
- 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
-
- HEADERVAL_CONTENT_TYPE.
Static variable in class org.apache.soap.Constants
-
- HEADERVAL_CONTENT_TYPE_UTF8.
Static variable in class org.apache.soap.Constants
-
- HTTPUtils().
Constructor for class org.apache.soap.util.net.HTTPUtils
-
- 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().
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
-
- 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.AutonomousProvider
- Return the list of all SOAP services that are available through
this provider.
- 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.
- 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().
Constructor for class oracle.soap.server.Logger
-
- lookup(String).
Method in class org.apache.soap.util.ObjectRegistry
-
- 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.TcpTunnel
-
- main(String[]).
Static method in class org.apache.soap.util.net.TcpTunnelGui
-
- 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.soapenc.ArraySerializer
-
- 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.BeanSerializer
-
- 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.encoding.soapenc.ParameterSerializer
-
- 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.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.encoding.soapenc.VectorSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry).
Method in class org.apache.soap.util.xml.XMISerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry).
Method in class org.apache.soap.encoding.literalxml.XMLParameterSerializer
-
- marshall(String, Writer, NSStack, XMLJavaMappingRegistry).
Method in class org.apache.soap.Body
-
- marshall(String, Writer, NSStack, XMLJavaMappingRegistry).
Method in class org.apache.soap.Fault
-
- 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().
Constructor for class org.apache.soap.util.MethodUtils
-
- nodeToString(Node).
Static method in class org.apache.soap.util.xml.DOM2Writer
- Return a string containing this node serialized as XML.
- nodeToString(Node).
Static method in class org.apache.soap.util.xml.DOMWriter
- 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().
Constructor for class org.apache.soap.util.xml.NSStack
-
- 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.
- 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.
- Parameter(String, Class, Object, String).
Constructor for class org.apache.soap.rpc.Parameter
-
- 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.
- ProviderDeploymentDescriptor().
Constructor for class oracle.soap.server.ProviderDeploymentDescriptor
- Construct a new instance of a provider descriptor.
- 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_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().
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().
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
-
- 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
-
- removeAttribute(QName).
Method in class org.apache.soap.Body
-
- removeAttribute(QName).
Method in class org.apache.soap.Envelope
-
- removeAttribute(QName).
Method in class org.apache.soap.Fault
-
- removeAttribute(QName).
Method in class org.apache.soap.Header
-
- 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().
Constructor for class oracle.soap.server.RequestContext
-
- 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.
- 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.
- RPCConstants().
Constructor for class org.apache.soap.rpc.RPCConstants
-
- RPCMessage(String, String, Vector, Header, String).
Constructor for class org.apache.soap.rpc.RPCMessage
-
- run().
Method in class org.apache.soap.util.net.Relay
-
- 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.DOM2Writer
- Serialize this node into the writer as XML.
- serializeAsXML(Node, Writer).
Static method in class org.apache.soap.util.xml.DOMWriter
- Serialize this node into the writer as XML.
- SERVICE_TYPE_MESSAGE.
Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- SERVICE_TYPE_RPC.
Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- ServiceDeploymentDescriptor().
Constructor for class oracle.soap.server.ServiceDeploymentDescriptor
- Construct a new service descriptor.
- 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.Body
-
- setAttribute(QName, String).
Method in class org.apache.soap.Envelope
-
- setAttribute(QName, String).
Method in class org.apache.soap.Fault
-
- setAttribute(QName, String).
Method in class org.apache.soap.Header
-
- 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.Parameter
-
- setEncodingStyleURI(String).
Method in class org.apache.soap.rpc.RPCMessage
-
- 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.Fault
-
- setFaultCode(String).
Method in class org.apache.soap.SOAPException
-
- 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.ProviderDeploymentDescriptor
- Set the provider id.
- setId(String).
Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the service id, which must be a valid URI.
- 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 class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the connection properties.
- setProperties(Properties).
Method in interface oracle.soap.transport.OracleSOAPTransport
- 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.ProviderDeploymentDescriptor
- Set the provider type.
- setProviderType(String).
Method in class oracle.soap.server.ServiceDeploymentDescriptor
- 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().
Constructor for class org.apache.soap.encoding.soapenc.SoapEncUtils
-
- SOAPException(String, String).
Constructor for class org.apache.soap.SOAPException
-
- SOAPException(String, String, Throwable).
Constructor for class org.apache.soap.SOAPException
-
- SOAPMappingRegistry().
Constructor for class org.apache.soap.encoding.SOAPMappingRegistry
-
- 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().
Constructor for class org.apache.soap.util.StringUtils
-
- targetObjectURI.
Variable in class org.apache.soap.rpc.RPCMessage
-
- TcpTunnel().
Constructor for class org.apache.soap.util.net.TcpTunnel
-
- TcpTunnelGui(int, String, int).
Constructor for class org.apache.soap.util.net.TcpTunnelGui
-
- toString().
Method in class org.apache.soap.Body
-
- toString().
Method in class org.apache.soap.Envelope
-
- toString().
Method in class org.apache.soap.Fault
-
- toString().
Method in class org.apache.soap.Header
-
- toString().
Method in class org.apache.soap.util.xml.NSStack
-
- toString().
Method in class org.apache.soap.rpc.Parameter
-
- toString().
Method in class oracle.soap.server.ProviderDeploymentDescriptor
-
- toString().
Method in class org.apache.soap.util.xml.QName
-
- toString().
Method in class org.apache.soap.rpc.RPCMessage
-
- toString().
Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get a printable representation of this descriptor.
- toString().
Method in class org.apache.soap.SOAPException
-
- toXML(Writer).
Method in class oracle.soap.server.ProviderDeploymentDescriptor
- Write out the service deployment descriptor as XML.
- toXML(Writer).
Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Write out the service deployment descriptor as XML.
- type.
Variable in class org.apache.soap.util.Bean
-
- 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.Body
-
- unmarshall(Node).
Static method in class org.apache.soap.Envelope
-
- unmarshall(Node).
Static method in class org.apache.soap.Header
-
- 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.soapenc.ArraySerializer
-
- 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.BeanSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry).
Method in interface org.apache.soap.util.xml.Deserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry).
Method in class org.apache.soap.encoding.soapenc.MapSerializer
-
- 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.QNameSerializer
-
- 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.literalxml.XMLParameterSerializer
-
- unregister(String).
Method in class org.apache.soap.util.ObjectRegistry
-
- URI_SEPARATION_CHAR.
Static variable in class org.apache.soap.util.StringUtils
-
- 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().
Constructor for class org.apache.soap.Utils
-
- value.
Variable in class org.apache.soap.util.Bean
-
- VectorSerializer().
Constructor for class org.apache.soap.encoding.soapenc.VectorSerializer
-
- 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
- XMISerializer().
Constructor for class org.apache.soap.util.xml.XMISerializer
-
- XMLJavaMappingRegistry().
Constructor for class org.apache.soap.util.xml.XMLJavaMappingRegistry
-
- XMLParameterSerializer().
Constructor for class org.apache.soap.encoding.literalxml.XMLParameterSerializer
-
- XmlUtils().
Constructor for class oracle.soap.util.xml.XmlUtils
-