A B C D E F G H I L M N O P Q R S T U V W X
A
- addBinding(Binding) - Method in interface oracle.wsdl.internal.Definitions
- Add a binding
- addBindingFault(BindingFault) - Method in interface oracle.wsdl.internal.BindingOperation
-
- addBindingOperation(BindingOperation) - Method in interface oracle.wsdl.internal.Binding
- Add a binding operation
- addBodyPart(MimeBodyPart) - Method in class org.apache.soap.rpc.SOAPContext
- Adds a Part.
- addBodyPart(MimeBodyPart) - Method in class org.apache.soap.rpc.Call
- Add a MIME BodyPart.
- addBodyPart(MimeBodyPart, int) - Method in class org.apache.soap.rpc.SOAPContext
- Adds a MimeBodyPart at position
index
.
- addExtensibilityElement(ExtensibilityElement) - Method in interface oracle.wsdl.internal.Extensible
- Add an extensibility element
- addFault(Fault) - Method in interface oracle.wsdl.internal.Operation
- Add a fault
- addImport(Import) - Method in interface oracle.wsdl.internal.Definitions
- Add an import element
- addMessage(Message) - Method in interface oracle.wsdl.internal.Definitions
- Add a message
- 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.
- addOperation(Operation) - Method in interface oracle.wsdl.internal.PortType
- Add an operation
- addPart(Part) - Method in interface oracle.wsdl.internal.Message
- Add a part
- addPart(String) - Method in class oracle.wsdl.extension.soap.SOAPBody
- Add a part that will appear within the SOAP body portion of an envelope
- addPort(Port) - Method in interface oracle.wsdl.internal.Service
- Add a port
- addPortType(PortType) - Method in interface oracle.wsdl.internal.Definitions
- Add a portType
- addService(Service) - Method in interface oracle.wsdl.internal.Definitions
- Add a service
- addSOAPHeaderFault(SOAPHeaderFault) - Method in class oracle.wsdl.extension.soap.SOAPHeader
- add a SOAP headerfault
- addURI(String) - Method in class oracle.wsdl.extension.soap.SOAPEncodingStyle
- Add a URI
- 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_ID - 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_REFERENCE - 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
- bag - Variable in class org.apache.soap.rpc.SOAPContext
-
- BAG_HTTPSERVLET - Static variable in class org.apache.soap.Constants
-
- BAG_HTTPSERVLETREQUEST - Static variable in class org.apache.soap.Constants
-
- BAG_HTTPSERVLETRESPONSE - Static variable in class org.apache.soap.Constants
-
- BAG_HTTPSESSION - Static variable in class org.apache.soap.Constants
-
- 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
-
- Binding - interface oracle.wsdl.internal.Binding.
- Binding represents a WSDL Binding definition.
- BindingFault - interface oracle.wsdl.internal.BindingFault.
- BindingFault represents the fault binding of a binding operation.
- BindingInput - interface oracle.wsdl.internal.BindingInput.
- BindingInput represents the input binding of a binding operation.
- BindingOperation - interface oracle.wsdl.internal.BindingOperation.
- BindingOperation represents an operation binding that specifies binding information for the operation, including input, output and fault messages.
- BindingOutput - interface oracle.wsdl.internal.BindingOutput.
- BindingOutput represents the output binding of a binding operation.
- 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
-
- boolean1999QName - Static variable in class org.apache.soap.Constants
-
- boolean2000QName - Static variable in class org.apache.soap.Constants
-
- boolean2001QName - Static variable in class org.apache.soap.Constants
-
- BooleanDeserializer - class org.apache.soap.encoding.soapenc.BooleanDeserializer.
- This deserializer can be used to deserialize something into a boolean.
- BooleanDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.BooleanDeserializer
-
- BooleanObjectDeserializer - class org.apache.soap.encoding.soapenc.BooleanObjectDeserializer.
- This deserializer can be used to deserialize something into a Boolean.
- BooleanObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.BooleanObjectDeserializer
-
- 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(ClassLoader) - 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.
- buildSOAPMappingRegistry(ServiceDeploymentDescriptor, ClassLoader) - 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.
- buildSSLSocket(String, int) - Static method in class org.apache.soap.util.net.SSLUtils
- This method builds an SSL socket, after auto-starting SSL
- byte1999QName - Static variable in class org.apache.soap.Constants
-
- byte2000QName - Static variable in class org.apache.soap.Constants
-
- byte2001QName - Static variable in class org.apache.soap.Constants
-
- ByteArrayDataSource - class org.apache.soap.util.mime.ByteArrayDataSource.
- This class implements a typed DataSource from an InputStream, a byte array, a String, a File.
- ByteArrayDataSource(byte[], String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
- Create a datasource from a byte array.
- ByteArrayDataSource(File, String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
- Create a datasource from a File.
- ByteArrayDataSource(InputStream, String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
- Create a datasource from an input stream.
- ByteArrayDataSource(String, String) - Constructor for class org.apache.soap.util.mime.ByteArrayDataSource
- Create a datasource from a String.
- ByteDeserializer - class org.apache.soap.encoding.soapenc.ByteDeserializer.
- This deserializer can be used to deserialize something into a byte.
- ByteDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.ByteDeserializer
-
- ByteObjectDeserializer - class org.apache.soap.encoding.soapenc.ByteObjectDeserializer.
- This deserializer can be used to deserialize something into a Byte.
- ByteObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.ByteObjectDeserializer
-
C
- CalendarSerializer - class org.apache.soap.encoding.soapenc.CalendarSerializer.
- This class de/serializes instances of java.util.GregorianCalendar from/to the XML-Schema type 'date'.
- CalendarSerializer() - Constructor for class org.apache.soap.encoding.soapenc.CalendarSerializer
-
- 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
-
- Call(String, String, Vector, Header, String, SOAPContext) - Constructor for class org.apache.soap.rpc.Call
-
- checkMustUnderstands(Header) - Static method in class org.apache.soap.Utils
- Check for mustUnderstand headers, and throw a mustUnderstand Fault if we find any.
- 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)
- cleanString(String) - Static method in class org.apache.soap.Utils
-
- 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.
- CONFIGFILENAME - Static variable in class org.apache.soap.Constants
-
- ConfigManager - interface oracle.soap.server.ConfigManager.
- A
ConfigManager
is responsible for saving and loading the list of deployed services or providers.
- Constants - class org.apache.soap.Constants.
- SOAP constants.
- Constants - class oracle.wsdl.Constants.
- WSDL constants .
- Constants() - Constructor for class org.apache.soap.Constants
-
- Constants() - Constructor for class oracle.wsdl.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
-
- 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.
- createBinding(String, QName) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createBinding(String, QName) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createBindingFault(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createBindingFault(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createBindingInput() - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createBindingInput() - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createBindingOperation(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createBindingOperation(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createBindingOutput() - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createBindingOutput() - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createDefinitions(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createDefinitions(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createDocument() - Static method in class oracle.soap.util.xml.XmlUtils
- Create a Document
- createDocumentation() - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createDocumentation() - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createDocumentation(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createDocumentation(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createFault(String, QName) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createFault(String, QName) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createImport(String, String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createImport(String, String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createInput(QName) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createInput(QName) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createMessage(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createMessage(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createOperation(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createOperation(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createOutput(QName) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createOutput(QName) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createPart(String, QName, QName) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createPart(String, QName, QName) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createPort(String, QName) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createPort(String, QName) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createPortType(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createPortType(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createService(String) - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createService(String) - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- createTypes() - Method in class oracle.wsdl.internal.DefinitionFactory
-
- createTypes() - Method in class oracle.wsdl.DefinitionFactoryImpl
-
- ctx - Variable in class org.apache.soap.rpc.RPCMessage
-
D
- date1999QName - Static variable in class org.apache.soap.Constants
-
- date2000QName - Static variable in class org.apache.soap.Constants
-
- date2001QName - Static variable in class org.apache.soap.Constants
-
- DateSerializer - class org.apache.soap.encoding.soapenc.DateSerializer.
- This class de/serializes instances of java.util.Date from/to the XML-Schema type 'timeInstant'.
- DateSerializer() - Constructor for class org.apache.soap.encoding.soapenc.DateSerializer
-
- decimal1999QName - Static variable in class org.apache.soap.Constants
-
- decimal2000QName - Static variable in class org.apache.soap.Constants
-
- decimal2001QName - Static variable in class org.apache.soap.Constants
-
- DecimalDeserializer - class org.apache.soap.encoding.soapenc.DecimalDeserializer.
- This deserializer can be used to deserialize something into a double.
- DecimalDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.DecimalDeserializer
-
- declareDefaultNamespace(String) - Method in class oracle.wsdl.internal.NamespaceDefinition
- Set default namespace
- declareNamespace(String, String) - Method in class org.apache.soap.Header
-
- 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 oracle.wsdl.internal.NamespaceDefinition
- Define a namespace prefix
- 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.util.mime.MimeUtils
-
- 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_OUTPUT_BUFFER_SIZE - Static variable in class org.apache.soap.util.net.HTTPUtils
-
- DEFAULT_SEVERITY - Static variable in class oracle.soap.server.Logger
-
- DefinitionFactory - class oracle.wsdl.internal.DefinitionFactory.
- This factory class hides users from implementation-specific types, and can be used to create WSDL elements such as definitions, messages, portType, binding, service, and so on.
- DefinitionFactory() - Constructor for class oracle.wsdl.internal.DefinitionFactory
-
- DefinitionFactoryImpl - class oracle.wsdl.DefinitionFactoryImpl.
- This factory class hides users from implementation-specific types, and can be used to create WSDL elements such as definitions, messages, portType, binding, service, and so on.
- DefinitionFactoryImpl() - Constructor for class oracle.wsdl.DefinitionFactoryImpl
-
- Definitions - interface oracle.wsdl.internal.Definitions.
- The Definitions interface represents a WSDL definitions.
- deploy(DeploymentDescriptor) - Method in interface oracle.soap.server.ConfigManager
- Deploy the given entity.
- 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.
- DeploymentDescriptor - class oracle.soap.server.DeploymentDescriptor.
DeploymentDescriptor
implements the core deployment descriptor methods in Oracle SOAP.
- DeploymentDescriptor() - Constructor for class oracle.soap.server.DeploymentDescriptor
-
- Deserializer - interface org.apache.soap.util.xml.Deserializer.
- A
Deserializer
...
- destroy() - Method in interface oracle.soap.server.Handler
- One-time handler cleanup.
- destroy() - Method in interface oracle.soap.server.ServiceManager
- Cleanup the service manager.
- 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.
- Documentable - interface oracle.wsdl.internal.Documentable.
- The interface indicates whether a documentation element can be put inside a WSDL element.
- Documentation - interface oracle.wsdl.internal.Documentation.
- Documentation represents WSDL documentation element
- 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
-
- double1999QName - Static variable in class org.apache.soap.Constants
-
- double2000QName - Static variable in class org.apache.soap.Constants
-
- double2001QName - Static variable in class org.apache.soap.Constants
-
- DoubleDeserializer - class org.apache.soap.encoding.soapenc.DoubleDeserializer.
- This deserializer can be used to deserialize something into a double.
- DoubleDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.DoubleDeserializer
-
- DoubleObjectDeserializer - class org.apache.soap.encoding.soapenc.DoubleObjectDeserializer.
- This deserializer can be used to deserialize something into a Double.
- DoubleObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.DoubleObjectDeserializer
-
- 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_EDITOR_FACTORY - Static variable in class org.apache.soap.Constants
-
- Envelope() - Constructor for class org.apache.soap.Envelope
-
- equals(Object) - Method in class oracle.wsdl.internal.QName
-
- 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.
- ExtensibilityElement - interface oracle.wsdl.internal.ExtensibilityElement.
- This interface represents the WSDL extensibility elements such as SOAP bindings.
- Extensible - interface oracle.wsdl.internal.Extensible.
- This interface indicates whether a WSDL element is extensible.
- extractFromEnvelope(Envelope, boolean, SOAPMappingRegistry, SOAPContext) - Static method in class org.apache.soap.rpc.RPCMessage
-
- extractFromEnvelope(Envelope, SOAPMappingRegistry, SOAPContext) - Static method in class org.apache.soap.rpc.Response
-
- extractFromEnvelope(Envelope, SOAPMappingRegistry, SOAPContext) - 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 - interface oracle.wsdl.internal.Fault.
- This interface represents the WSDL operation Fault definition.
- 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
-
- findBinding(QName) - Method in interface oracle.wsdl.internal.Definitions
- find a binding of the specified qname, the binding may be defined in an imported wsdl document.
- findBodyPart(String) - Method in class org.apache.soap.rpc.SOAPContext
- Find the Mimepart referred to by the given URI.
- findBodyPart(String) - Method in class org.apache.soap.rpc.Response
- Find the Mimepart referred to by the given URI.
- 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.
- findMessage(QName) - Method in interface oracle.wsdl.internal.Definitions
- find a message of the specified qname, the message may be defined in an imported wsdl document.
- findPartByLocation(String) - Method in class org.apache.soap.rpc.SOAPContext
- Find the Mimepart referred to by the given URI.
- findPortType(QName) - Method in interface oracle.wsdl.internal.Definitions
- find a portType of the specified qname, the portType may be defined in an imported wsdl document.
- findSchemaElement(QName) - Method in interface oracle.wsdl.internal.Definitions
- find a schema element of the specified qname, the element may be defined in an imported wsdl document.
- findSchemaType(QName) - Method in interface oracle.wsdl.internal.Definitions
- find a schema type of the specified qname, the element may be defined in an imported wsdl document.
- float1999QName - Static variable in class org.apache.soap.Constants
-
- float2000QName - Static variable in class org.apache.soap.Constants
-
- float2001QName - Static variable in class org.apache.soap.Constants
-
- FloatDeserializer - class org.apache.soap.encoding.soapenc.FloatDeserializer.
- This deserializer can be used to deserialize something into a float.
- FloatDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.FloatDeserializer
-
- FloatObjectDeserializer - class org.apache.soap.encoding.soapenc.FloatObjectDeserializer.
- This deserializer can be used to deserialize something into a Float.
- FloatObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.FloatObjectDeserializer
-
- FPDeserUtil - class org.apache.soap.encoding.soapenc.FPDeserUtil.
- FPDeserUtil: Utilities to help with deserialization of floating point special values.
- 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.Header
-
- 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(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.ContainerContext
- Returns the attribute with the given name, or null if there is no attribute by that name.
- 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.ContainerContext
- 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
-
- getAuthType() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the HTTP authentication type.
- getBaseURI() - Method in class org.apache.soap.rpc.SOAPContext
- Determine the document's base URI, according to the following scheme: The Content-Location header of the root (SOAP) part.
- getBinding() - Method in interface oracle.wsdl.internal.Port
- Get binding for this port
- getBinding(String) - Method in interface oracle.wsdl.internal.Definitions
- Get the binding with the specified name
- getBindingFault(String) - Method in interface oracle.wsdl.internal.BindingOperation
-
- getBindingFaults() - Method in interface oracle.wsdl.internal.BindingOperation
-
- getBindingInput() - Method in interface oracle.wsdl.internal.BindingOperation
-
- getBindingOperation(String) - Method in interface oracle.wsdl.internal.Binding
- Get the binding operation with the specified name
- getBindingOperations() - Method in interface oracle.wsdl.internal.Binding
- Get the all binding operations under this binding
- getBindingOutput() - Method in interface oracle.wsdl.internal.BindingOperation
-
- getBindings() - Method in interface oracle.wsdl.internal.Definitions
- Get all bindings
- getBody() - Method in class org.apache.soap.Envelope
-
- getBodyEntries() - Method in class org.apache.soap.Body
-
- getBodyPart(int) - Method in class org.apache.soap.rpc.SOAPContext
- Get the specified Part.
- getBodyPart(int) - Method in class org.apache.soap.rpc.Response
- Get the specified Part by its index.
- getBodyPart(String) - Method in class org.apache.soap.rpc.SOAPContext
- Get the Mimepart referred to by the given ContentID (CID).
- getCertificate() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the user certificate.
- getCheckMustUnderstands() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get the mustUnderstand attribute processing mode
- 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.
- getCiphers() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the cipher suites
- getClassLoader() - Method in class org.apache.soap.rpc.SOAPContext
-
- 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
-
- 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.
- getContent() - Method in interface oracle.wsdl.internal.Documentation
- Get the documentation element
- getContentAsReader(URL) - Static method in class org.apache.soap.util.StringUtils
-
- getContentAsString(URL) - Static method in class org.apache.soap.util.StringUtils
-
- getContentType() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Get the content type.
- getContentType() - Method in class org.apache.soap.rpc.SOAPContext
- Return the content-type
- getCount() - Method in class org.apache.soap.rpc.SOAPContext
- Return the number of enclosed BodyPart objects.
- getDefaultConfigManagerClassname() - Method in interface oracle.soap.server.ServiceManager
- Get the class name of the default configuration manager.
- getDefaultConfigManagerClassname() - Method in interface oracle.soap.server.ProviderManager
- Get the class name of the default configuration manager.
- getDefaultNamespaceURI() - Method in class oracle.wsdl.internal.NamespaceDefinition
- Get default namespace
- getDefaultSMRClass() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get the default SOAP mapping registry class.
- getDefinitions() - Method in interface oracle.wsdl.internal.Import
- Get imported definitions.
- getDefinitions() - Method in class oracle.wsdl.WSDLDocument
- Get the top-level Definitions element of this WSDL document
- getDetailEntries() - Method in class org.apache.soap.Fault
-
- getDocumentation() - Method in interface oracle.wsdl.internal.Documentable
- Get documentation
- getElement() - Method in interface oracle.wsdl.internal.Part
- Get element
- getElementByID(Element, String) - Static method in class org.apache.soap.util.xml.DOMUtils
-
- getElementName() - Method in interface oracle.wsdl.internal.ExtensibilityElement
- Get the element name of extensibility element.
- getElementName() - Method in class oracle.wsdl.extension.soap.SOAPFault
- Get element name which is soap:fault
- getElementName() - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Get element name which is soap:header
- getElementName() - Method in class oracle.wsdl.extension.soap.SOAPBody
- Get element name which is soap:body
- getElementName() - Method in class oracle.wsdl.extension.soap.SOAPAddress
- Get element name which is soap:address
- getElementName() - Method in class oracle.wsdl.extension.soap.SOAPOperation
- Get element name which is soap:operation
- getElementName() - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Get element name which is soap:headerfault
- getElementName() - Method in class oracle.wsdl.extension.soap.SOAPBinding
- Get element name which is soap:binding
- getEncoding(String, String) - Static method in class org.apache.soap.util.mime.MimeUtils
- Extract a Java encoding from a Content-Type's MIME character set.
- getEncodingStyle() - Method in class oracle.wsdl.extension.soap.SOAPFault
- Get encodingStyle
- getEncodingStyle() - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Get encodingStyle
- getEncodingStyle() - Method in class oracle.wsdl.extension.soap.SOAPBody
- Get encodingStyle
- getEncodingStyle() - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Get encodingStyle
- 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
-
- getEnvelopeString(SOAPTransport) - Static method in class org.apache.soap.rpc.Call
- Check if response root part is text/xml and return it as a String.
- getExtensibilityElements() - Method in interface oracle.wsdl.internal.Extensible
- Get all extensibility elements
- getExtensibilityElements(String) - Method in interface oracle.wsdl.internal.Extensible
- Get the extensibility elements with the specified element name
- getFault() - Method in class org.apache.soap.rpc.Response
-
- getFault(String) - Method in interface oracle.wsdl.internal.Operation
- Get the fault with specified name
- 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.
- getFaults() - Method in interface oracle.wsdl.internal.Operation
- Get all the faults
- 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.
- getFirstExtensibilityElement(String) - Method in interface oracle.wsdl.internal.Extensible
- Get the first extensibility element with the specified element name
- 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.OracleSOAPContext
- Returns the HTTP servlet.
- getHttpServlet() - Method in class oracle.soap.server.ContainerContext
- Returns the HTTP servlet if the container type is SERVLET_CONTAINER.
- getHttpServletRequest() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the HTTP servlet request.
- getHttpServletResponse() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the HTTP servlet response.
- getHttpSession() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the HTTP session.
- getId() - Method in class oracle.soap.server.DeploymentDescriptor
- Get the unique ID for this descriptor.
- getId() - Method in interface oracle.soap.server.Provider
- Get this provider's unique name.
- getImports() - Method in interface oracle.wsdl.internal.Definitions
- Get imports
- getImports(String) - Method in interface oracle.wsdl.internal.Definitions
- Get imports for the specified namespaceURI
- getInput() - Method in interface oracle.wsdl.internal.Operation
- Get the input of this operation
- getInputStream() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Return an InputStream to read the content.
- getIsApacheDescriptor() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get indication of whether this is an Apache SOAP deployment descriptor or not.
- getIsStatic() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get an indication of whether the methods exposed by this service are static or not.
- getListenPort() - Method in class org.apache.soap.util.net.TcpTunnelGui
-
- getListenText() - Method in class org.apache.soap.util.net.TcpTunnelGui
-
- getLocalName() - Method in class oracle.wsdl.internal.QName
- Get local name
- getLocalPart() - Method in class org.apache.soap.util.xml.QName
-
- getLocation() - Method in interface oracle.wsdl.internal.Import
- Get the location of imported document
- getLocation() - Method in class oracle.wsdl.extension.soap.SOAPAddress
- Get location
- getLogger() - Method in class oracle.soap.server.SOAPServerContext
- Returns the SOAP logger.
- getMaintainSession() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Return session maintanence status.
- getMessage() - Method in class org.apache.soap.SOAPException
-
- getMessage() - Method in interface oracle.wsdl.internal.Fault
- Get the message
- getMessage() - Method in interface oracle.wsdl.internal.Output
- Get the message
- getMessage() - Method in interface oracle.wsdl.internal.Input
- Get the message
- getMessage() - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Get message
- getMessage() - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Get message
- getMessage(String) - Method in interface oracle.wsdl.internal.Definitions
- Get message with the specified name
- getMessages() - Method in interface oracle.wsdl.internal.Definitions
- Get all messages
- 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 interface oracle.wsdl.internal.Namable
- get the qname of an wsdl element.
- getName() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- getName() is not implemented.
- getName() - Method in class org.apache.soap.rpc.Parameter
-
- getNamespaceDefinition() - Method in interface oracle.wsdl.internal.Definitions
- Get the namespace definition.
- getNamespaceURI() - Method in interface oracle.wsdl.internal.Import
- Get the namespace URI that is the target namespace of imported document.
- getNamespaceURI() - Method in class oracle.wsdl.internal.QName
- Get namespace URI
- getNamespaceURI() - Method in class oracle.wsdl.extension.soap.SOAPFault
- Get namspace URI
- getNamespaceURI() - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Get namspace URI
- getNamespaceURI() - Method in class oracle.wsdl.extension.soap.SOAPBody
- Get namspace URI
- getNamespaceURI() - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Get namspace URI
- getNamespaceURI() - Method in class org.apache.soap.util.xml.QName
-
- getNamespaceURIForPrefix(String) - Method in class oracle.wsdl.internal.NamespaceDefinition
- Get the namespace URI for the specified prefix
- 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.
- getOperation(String) - Method in interface oracle.wsdl.internal.PortType
- Get the operation with the specified name
- getOperations() - Method in interface oracle.wsdl.internal.PortType
- Get all operations
- 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.
- getOutput() - Method in interface oracle.wsdl.internal.Operation
- Get the output of this operation
- getOutputBufferSize() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Gets the output buffer size (in bytes).
- getOutputStream() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- This DataSource cannot return an OutputStream, so this method is not implemented.
- getOwnerDefinitions() - Method in interface oracle.wsdl.internal.WSDLElement
- Get the Definitions element where this element is defined.
- getParameterOrder() - Method in interface oracle.wsdl.internal.Operation
- Get the paramter order
- getParams() - Method in class org.apache.soap.rpc.RPCMessage
-
- getParent() - Method in interface oracle.wsdl.internal.WSDLElement
- Get parent WSDL element
- getPart() - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Get part
- getPart() - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Get part
- getPart(String) - Method in interface oracle.wsdl.internal.Message
- Get the part with the specified name
- getPartCount() - Method in class org.apache.soap.rpc.Response
- Return the number of enclosed BodyPart objects.
- getParts() - Method in interface oracle.wsdl.internal.Message
- Get all parts of this message.
- getParts() - Method in class oracle.wsdl.extension.soap.SOAPBody
- Get the parts that will appear within the SOAP body portion of an envelope
- getPassword() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the password for HTTP authentication.
- getPort(String) - Method in interface oracle.wsdl.internal.Service
- Get the port with the specified name
- getPorts() - Method in interface oracle.wsdl.internal.Service
- Get all ports
- getPortType() - Method in interface oracle.wsdl.internal.Binding
- Get the port type
- getPortType(String) - Method in interface oracle.wsdl.internal.Definitions
- Get portType with the specified name
- getPortTypes() - Method in interface oracle.wsdl.internal.Definitions
- Get all portTypes
- getPrefix(String) - Method in class oracle.wsdl.internal.NamespaceDefinition
- Get the prefix for the specified namespace URI
- 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.
- getProperty(String) - Method in class org.apache.soap.rpc.SOAPContext
- Look for something in the hold-all 'bag'
- getPropertyNames() - Method in class org.apache.soap.rpc.SOAPContext
- Return the entire list of 'names' in the hold-all 'bag'
- getProviderClass() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get the provider class.
- 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.
- getProxyAuthType() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the HTTP proxy authentication type.
- getProxyHost() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get HTTP proxy host.
- getProxyPassword() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the password for HTTP proxy authentication.
- getProxyPort() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get HTTP proxy port.
- getProxyRealm() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the realm for HTTP proxy authentication.
- getProxyUserName() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the username for HTTP proxy authentication.
- getRealm() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the realm for HTTP authentication.
- getRemoteAddress() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the Internet Protocol (IP) address of the client that sent the request.
- getRemoteHost() - Method in class oracle.soap.server.OracleSOAPContext
- 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.
- getRequestHeaders() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Gets the HTTP request headers.
- getRequestSOAPContext() - Method in class oracle.soap.server.RequestContext
- Get the Oracle extended SOAPContext for this SOAP request.
- getRequestURI() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the URI of the request.
- getRequiredRequestURI() - Method in interface oracle.soap.server.ServiceManager
- Get the URI that service manager requests must be made to in order to be accepted.
- getRequiredRequestURI() - Method in interface oracle.soap.server.ProviderManager
- Get the URI that provider manager requests must be made to in order to be accepted.
- 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.
- getResponseSOAPContext() - Method in class oracle.soap.server.RequestContext
- Get the Oracle extended SOAPContext for the response to this SOAP request.
- getResponseSOAPContext() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Return the SOAPContext associated with the response.
- getReturnValue() - Method in class org.apache.soap.rpc.Response
-
- getRootException() - Method in class org.apache.soap.SOAPException
-
- getRootPart() - Method in class org.apache.soap.rpc.SOAPContext
- Find the root part.
- getScope() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get the scope.
- getSecureChannel() - Method in class oracle.soap.server.OracleSOAPContext
- Returns an indication whether the channel is secure.
- getService(String) - Method in interface oracle.wsdl.internal.Definitions
- Get the service with the specified name
- getServiceClass() - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Get the Java class for this service.
- getServiceDeploymentDescriptor() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the service deployment descriptor associated with the request/response.
- getServiceId() - Method in class oracle.soap.server.RequestContext
- Get the service id (URI) for this SOAP request.
- getServices() - Method in interface oracle.wsdl.internal.Definitions
- Get all services
- 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.
- getSize() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Return the number of bytes in the content.
- getSoapAction() - Method in class oracle.wsdl.extension.soap.SOAPOperation
- Get soapAction which is the value of the SOAPAction header for this operation
- getSOAPContext() - Method in class org.apache.soap.rpc.RPCMessage
-
- getSOAPHeaderFaults() - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Get SOAP headerfault element which appear inside this element
- getSOAPMappingRegistry() - Method in class org.apache.soap.rpc.Call
-
- getSOAPNamespaceURI() - Method in class oracle.wsdl.internal.NamespaceDefinition
- Get SOAP namespace URI
- getSOAPNamespaceURI() - Method in class oracle.wsdl.WSDLDocument
- Get SOAP namespaceURI
- getSOAPPrefix() - Method in class oracle.wsdl.internal.NamespaceDefinition
- Get SOAP namespace prefix
- 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
-
- getStyle() - Method in class oracle.wsdl.extension.soap.SOAPOperation
- Get style.
- getStyle() - Method in class oracle.wsdl.extension.soap.SOAPBinding
- Get style.
- getTargetException() - Method in class org.apache.soap.SOAPException
-
- getTargetNamespaceURI() - Method in interface oracle.wsdl.internal.Definitions
- Get target namespace
- getTargetObjectURI() - Method in class org.apache.soap.rpc.RPCMessage
-
- getText() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Return the content as a String.
- getTimeout() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the HTTP read timeout.
- getTransport() - Method in class oracle.wsdl.extension.soap.SOAPBinding
- Get transport.
- 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 interface oracle.wsdl.internal.Part
- Get type
- 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.
- getTypeQName(Element) - Static method in class org.apache.soap.encoding.soapenc.SoapEncUtils
- Get the value of the xsi:type attribute, for varying values of the xsi namespace.
- getTypes() - Method in interface oracle.wsdl.internal.Definitions
- Get types
- getTypesElement() - Method in interface oracle.wsdl.internal.Types
- Get the DOM element for types
- getUniqueValue() - Static method in class org.apache.soap.util.mime.MimeUtils
- Get a unique value.
- 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.
- getURIs() - Method in class oracle.wsdl.extension.soap.SOAPEncodingStyle
- Get URIs
- getURL(URL, String) - Static method in class org.apache.soap.util.StringUtils
-
- getUse() - Method in class oracle.wsdl.extension.soap.SOAPFault
- Get the use value
- getUse() - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Get the use value
- getUse() - Method in class oracle.wsdl.extension.soap.SOAPBody
- Get the use value
- getUse() - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Get the use value
- getUserInteraction() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get user interaction.
- getUsername() - Method in class oracle.soap.server.OracleSOAPContext
- Returns the protocol-specific username.
- getUserName() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the username for HTTP authentication.
- getValue() - Method in class org.apache.soap.rpc.Parameter
-
- getVersion() - Static method in class oracle.soap.server.VersionInfo
-
- getVersion() - Static method in class oracle.wsdl.internal.DefinitionFactory
-
- getWalletLocation() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the Oracle Wallet Location.
- getWalletPassword() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Get the Oracle Wallet password.
- getWriteMethod(String, PropertyDescriptor[], Class) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
-
- getWSDLNamespaceURI() - Method in class oracle.wsdl.internal.NamespaceDefinition
- Get WSDL namespace URI
- getWSDLNamespaceURI() - Method in class oracle.wsdl.WSDLDocument
- Get WSDL namespaceURI
- getWSDLPrefix() - Method in class oracle.wsdl.internal.NamespaceDefinition
- Get WSDL namespace prefix
- getXMLDocBuilder() - Static method in class org.apache.soap.util.xml.XMLParserUtils
- Use this method to get a JAXP document builder.
H
- Handler - interface oracle.soap.server.Handler.
Handler
defines the interface for a pluggable handler in the SOAP server.
- hashCode() - Method in class oracle.wsdl.internal.QName
-
- hashCode() - Method in class org.apache.soap.util.xml.QName
-
- HashtableSerializer - class org.apache.soap.encoding.soapenc.HashtableSerializer.
- A
HashtableSerializer
can be used to serialize and deserialize Hashtables using the SOAP-ENC
encoding style.
- HashtableSerializer() - Constructor for class org.apache.soap.encoding.soapenc.HashtableSerializer
-
- 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_AUTHORIZATION - Static variable in class org.apache.soap.Constants
-
- HEADER_CONTENT_ID - Static variable in class org.apache.soap.Constants
-
- HEADER_CONTENT_LENGTH - Static variable in class org.apache.soap.Constants
-
- HEADER_CONTENT_LOCATION - Static variable in class org.apache.soap.Constants
-
- HEADER_CONTENT_TYPE - Static variable in class org.apache.soap.Constants
-
- HEADER_CONTENT_TYPE_JMS - 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_PROXY_AUTHORIZATION - 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
-
- HEADERVAL_CHARSET_UTF8 - Static variable in class org.apache.soap.Constants
-
- HEADERVAL_CONTENT_TYPE - Static variable in class org.apache.soap.Constants
-
- HEADERVAL_CONTENT_TYPE_MULTIPART - Static variable in class org.apache.soap.Constants
-
- HEADERVAL_CONTENT_TYPE_MULTIPART_PRIMARY - Static variable in class org.apache.soap.Constants
-
- HEADERVAL_CONTENT_TYPE_UTF8 - Static variable in class org.apache.soap.Constants
-
- HEADERVAL_DEFAULT_CHARSET - Static variable in class org.apache.soap.Constants
-
- HEADERVAL_MULTIPART_CONTENT_SUBTYPE - 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() - Constructor for class org.apache.soap.util.net.HTTPUtils
-
I
- Import - interface oracle.wsdl.internal.Import.
- Import represents an import inside a WSDL definitions.
- init() - Method in interface oracle.soap.server.ConfigManager
- Initialize the configuration manager.
- init(Properties, ContainerContext) - Method in class oracle.soap.server.Logger
- One-time initialization of the logger with its configuration parameters.
- init(Properties, ProviderManager, ServletContext, ConfigManager) - Method in interface oracle.soap.server.ServiceManager
- Initialize the service manager.
- init(Properties, ServletContext, ConfigManager) - Method in interface oracle.soap.server.ProviderManager
- Initialize the provider 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.
- Input - interface oracle.wsdl.internal.Input.
- This interface represents the WSDL operation Input definition.
- int1999QName - Static variable in class org.apache.soap.Constants
-
- int2000QName - Static variable in class org.apache.soap.Constants
-
- int2001QName - Static variable in class org.apache.soap.Constants
-
- IntDeserializer - class org.apache.soap.encoding.soapenc.IntDeserializer.
- This deserializer can be used to deserialize something into an int.
- IntDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.IntDeserializer
-
- IntObjectDeserializer - class org.apache.soap.encoding.soapenc.IntObjectDeserializer.
- This deserializer can be used to deserialize something into an Integer.
- IntObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.IntObjectDeserializer
-
- 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
-
- isEmpty() - Method in class oracle.wsdl.internal.NamespaceDefinition
- Check whether any namespace has been defined or not.
- 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
-
- isRootPartSet() - Method in class org.apache.soap.rpc.SOAPContext
- Returns true is setRootPart() has been called.
L
- lineSeparator - 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.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.ProviderManager
- Get a list of provider ids for all providers that have been deployed.
- list(int) - Method in interface oracle.soap.server.ConfigManager
- Get a list of ids for all entities that have been deployed.
- loadClass(String) - Method in class org.apache.soap.rpc.SOAPContext
-
- loader - Variable in class org.apache.soap.rpc.SOAPContext
-
- 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
-
- long1999QName - Static variable in class org.apache.soap.Constants
-
- long2000QName - Static variable in class org.apache.soap.Constants
-
- long2001QName - Static variable in class org.apache.soap.Constants
-
- LongDeserializer - class org.apache.soap.encoding.soapenc.LongDeserializer.
- This deserializer can be used to deserialize something into a long.
- LongDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.LongDeserializer
-
- LongObjectDeserializer - class org.apache.soap.encoding.soapenc.LongObjectDeserializer.
- This deserializer can be used to deserialize something into a Long.
- LongObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.LongObjectDeserializer
-
- lookup(String) - Method in class org.apache.soap.util.ObjectRegistry
-
M
- m_checkMustUnderstands - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- m_faultListener - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- m_id - Variable in class oracle.soap.server.DeploymentDescriptor
-
- m_isApacheDescriptor - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- m_isStatic - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- m_methods - Variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- m_providerClass - 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_serviceClass - 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
-
- mapSchemaTypes(QName[], boolean) - Method in class org.apache.soap.encoding.SOAPMappingRegistry
- Map a set of schema types defined in the arrays above.
- MapSerializer - class org.apache.soap.encoding.soapenc.MapSerializer.
- A
MapSerializer
can be used to serialize and deserialize Maps 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, SOAPContext) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.util.xml.XMISerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in interface org.apache.soap.util.xml.Serializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DateSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ParameterSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.MapSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ArraySerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.MimePartSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.HashtableSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.Base64Serializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.QNameSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.VectorSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.CalendarSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.literalxml.XMLParameterSerializer
-
- marshall(String, Class, Object, Object, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.rpc.RPCMessage
-
- marshall(String, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.Body
-
- marshall(String, Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.Fault
-
- marshall(Writer, NSStack, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.Header
-
- marshall(Writer, XMLJavaMappingRegistry) - Method in class org.apache.soap.Envelope
- Supported for backward compatibility.
- marshall(Writer, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.Envelope
-
- marshall(Writer, XMLJavaMappingRegistry, SOAPContext, boolean) - 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
-
- Message - interface oracle.wsdl.internal.Message.
- This interface represents WSDL Message definition.
- 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
-
- MimePartSerializer - class org.apache.soap.encoding.soapenc.MimePartSerializer.
- A
MimePartSerializer
can be used to serialize Java's InputStream, JavaMail's MimeBodyPart and Java Activation Framework's DataSource and DataHandler objects from/to multipart Mime attachments to the SOAP message.
- MimePartSerializer() - Constructor for class org.apache.soap.encoding.soapenc.MimePartSerializer
-
- MimeUtils - class org.apache.soap.util.mime.MimeUtils.
- Mime-related utility functions.
- MimeUtils() - Constructor for class org.apache.soap.util.mime.MimeUtils
-
N
- Namable - interface oracle.wsdl.internal.Namable.
- Namable indicates whether a WSDL element has a name.
- NamespaceDefinition - class oracle.wsdl.internal.NamespaceDefinition.
- This class is used to define namespaces for WSDL documents
- NamespaceDefinition() - Constructor for class oracle.wsdl.internal.NamespaceDefinition
- Initialize
- newDouble(String) - Static method in class org.apache.soap.encoding.soapenc.FPDeserUtil
-
- newFloat(String) - Static method in class org.apache.soap.encoding.soapenc.FPDeserUtil
-
- newInstance() - Static method in class oracle.wsdl.internal.DefinitionFactory
-
- NO_UTF8 - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Connection property to remove the "charset" parameter in the Content-Type HTTP header.
- 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_1999_SCHEMA_XSD - Static variable in class org.apache.soap.Constants
-
- NS_URI_1999_SCHEMA_XSI - Static variable in class org.apache.soap.Constants
-
- NS_URI_2000_SCHEMA_XSD - Static variable in class org.apache.soap.Constants
-
- NS_URI_2000_SCHEMA_XSI - Static variable in class org.apache.soap.Constants
-
- NS_URI_2001_ORACLE_XSD_DOM - Static variable in class oracle.wsdl.Constants
- Oracle namespace for XMLScheam DOM datatypes
- NS_URI_2001_ORACLE_XSD_JAVA - Static variable in class oracle.wsdl.Constants
- Oracle namespace for XMLScheam Java datatypes
- NS_URI_2001_SCHEMA_XSD - Static variable in class org.apache.soap.Constants
-
- NS_URI_2001_SCHEMA_XSI - Static variable in class org.apache.soap.Constants
-
- NS_URI_CURRENT_SCHEMA_XSD - Static variable in class org.apache.soap.Constants
-
- NS_URI_CURRENT_SCHEMA_XSI - Static variable in class org.apache.soap.Constants
-
- NS_URI_HTTP_TRANSPORT - Static variable in class oracle.wsdl.Constants
- HTTP transport URI
- NS_URI_ISD - Static variable in class oracle.wsdl.Constants
- ISD Namespace URI
- NS_URI_LITERAL_XML - Static variable in class org.apache.soap.Constants
-
- NS_URI_LITERAL_XML - Static variable in class oracle.wsdl.Constants
- Literal XML Encoding Namespace URI
- NS_URI_ORACLE_LITERAL_XML - Static variable in class oracle.wsdl.Constants
- Oracle Literal-xml encoding style URI
- NS_URI_SOAP - Static variable in class oracle.wsdl.Constants
- SOAP Namespace URI
- NS_URI_SOAP_ENC - Static variable in class org.apache.soap.Constants
-
- NS_URI_SOAP_ENC - Static variable in class oracle.wsdl.Constants
- SOAP Encoding Namespace URI
- NS_URI_SOAP_ENV - Static variable in class org.apache.soap.Constants
-
- NS_URI_WSDL - Static variable in class oracle.wsdl.Constants
- WSDL Namspace URI
- 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
-
- NS_URI_XSD - Static variable in class oracle.wsdl.Constants
- XSD Namespace URI
- 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
- object1999QName - Static variable in class org.apache.soap.Constants
-
- object2000QName - Static variable in class org.apache.soap.Constants
-
- object2001QName - Static variable in class org.apache.soap.Constants
-
- 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
-
- Operation - interface oracle.wsdl.internal.Operation.
- Operation represents the WSDL Operation definition.
- 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
-
- oracle.wsdl - package oracle.wsdl
-
- oracle.wsdl.extension.soap - package oracle.wsdl.extension.soap
-
- oracle.wsdl.internal - package oracle.wsdl.internal
-
- OracleSOAPContext - class oracle.soap.server.OracleSOAPContext.
OracleSOAPContext
extends SOAPContext to provide additional context for a SOAP service request.
- OracleSOAPContext() - Constructor for class oracle.soap.server.OracleSOAPContext
- Default constructor.
- 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.mime - package org.apache.soap.util.mime
-
- org.apache.soap.util.net - package org.apache.soap.util.net
-
- org.apache.soap.util.xml - package org.apache.soap.util.xml
-
- Output - interface oracle.wsdl.internal.Output.
- This interface represents the Output definition of WSDL operation.
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.
- Part - interface oracle.wsdl.internal.Part.
- Part represents WSDL part definition of messages
- parts - Variable in class org.apache.soap.rpc.SOAPContext
-
- partSer - Static variable in class org.apache.soap.encoding.SOAPMappingRegistry
-
- 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.
- Port - interface oracle.wsdl.internal.Port.
- This Port represents WSDL port definition of services.
- PortType - interface oracle.wsdl.internal.PortType.
- PortType represents WSDL portType definition.
- post(URL, TransportMessage, int, String, int) - Static method in class org.apache.soap.util.net.HTTPUtils
- POST something to the given URL.
- post(URL, TransportMessage, int, String, int, 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.
- PROVIDER_JAVA - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- PROVIDER_SCRIPT_FILE - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- PROVIDER_SCRIPT_STRING - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- PROVIDER_USER_DEFINED - Static variable in class oracle.soap.server.ServiceDeploymentDescriptor
-
- 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_REALM - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- property used for defining http auth realm used by HTTPClient
- 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 oracle.wsdl.internal.QName.
- QName represents a qualified name that consists of namespaceURI and local name.
- 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 oracle.wsdl.internal.QName
- Initialize
- QName(String, String) - Constructor for class org.apache.soap.util.xml.QName
-
- qName1999QName - Static variable in class org.apache.soap.Constants
-
- qName2000QName - Static variable in class org.apache.soap.Constants
-
- qName2001QName - Static variable in class org.apache.soap.Constants
-
- QNameSerializer - class org.apache.soap.encoding.soapenc.QNameSerializer.
- A QNameSerializer serializes a QName as follows: <elementName xmlns:ns="QNameURIPart">ns:QNameLocalPart</elementName>
- QNameSerializer() - Constructor for class org.apache.soap.encoding.soapenc.QNameSerializer
-
- query(String) - Method in interface oracle.soap.server.ServiceManager
- Get the deployment descriptor for the given service.
- query(String) - Method in interface oracle.soap.server.ConfigManager
- Get the deployment descriptor for the given ID.
- query(String) - Method in interface oracle.soap.server.ProviderManager
- Get the deployment descriptor for the given provider.
- queryDeserializer(QName, String) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
-
- queryElementType(Class, 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.
- queryJavaType(QName, String) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
-
- querySerializer(Class, 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.
R
- readMultipart(DataSource) - Method in class org.apache.soap.rpc.SOAPContext
- Initialise MIME multipart object from a data source.
- REALM - Static variable in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- property used for defining http auth realm used by HTTPClient
- receive() - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Return a buffered reader to receive back the response to whatever was sent to whatever.
- refreshDocumentBuilderFactory(String, boolean, boolean) - Static method in class org.apache.soap.util.xml.XMLParserUtils
- Causes the private DocumentBuilderFactory reference to point to a new instance of a DocumentBuilderFactory.
- 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.Header
-
- 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(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.ContainerContext
- Removes the attribute with the given name from the context.
- removeBinding(String) - Method in interface oracle.wsdl.internal.Definitions
- Remove a binding with the specified name
- removeBindingFault(String) - Method in interface oracle.wsdl.internal.BindingOperation
-
- removeBindingOperation(String) - Method in interface oracle.wsdl.internal.Binding
- Remove the binding operation with the specified name
- removeExtensibilityElements(String) - Method in interface oracle.wsdl.internal.Extensible
- Remove the extensibility elements with the specified element name
- removeFault(String) - Method in interface oracle.wsdl.internal.Operation
- Remove the fault with the specified name
- removeImport(String) - Method in interface oracle.wsdl.internal.Definitions
- Remove the list of imports with specified namespaceURI
- removeMessage(String) - Method in interface oracle.wsdl.internal.Definitions
- Remove the message with the specified name
- removePart(String) - Method in interface oracle.wsdl.internal.Message
- Remove the part with the specified name
- removePart(String) - Method in class oracle.wsdl.extension.soap.SOAPBody
- Remove a part that would appear within the SOAP body portion of an envelope
- removePort(String) - Method in interface oracle.wsdl.internal.Service
- Remove the port with the specified name
- removePortType(String) - Method in interface oracle.wsdl.internal.Definitions
- Remove a portType with the specified name
- removeProperty(String) - Method in class org.apache.soap.rpc.SOAPContext
- Remove something from the hold-all 'bag'
- removeService(String) - Method in interface oracle.wsdl.internal.Definitions
- Remove a service with the specified name
- removeURI(String) - Method in class oracle.wsdl.extension.soap.SOAPEncodingStyle
- Remove a URI
- 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, SOAPContext) - 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, SOAPContext) - Constructor for class org.apache.soap.rpc.Response
- Use this constructor when everything went well.
- rootPartSet - Variable in class org.apache.soap.rpc.SOAPContext
- This flag indicates if setRootPart() was called, so we can distinguish default root part resolution from deliberate root part indication.
- 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, SOAPContext) - Constructor for class org.apache.soap.rpc.RPCMessage
-
- run() - Method in class org.apache.soap.util.net.Relay
-
S
- schemaURI - Variable in class org.apache.soap.encoding.SOAPMappingRegistry
-
- 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, SOAPContext) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- This method is used to request that an envelope be posted to the given URL.
- serialize(PrintWriter, boolean, int) - Method in interface oracle.wsdl.internal.WSDLElement
- Serialize this WSDL element
- serialize(PrintWriter, boolean, int) - Method in class oracle.wsdl.extension.soap.SOAPFault
-
- serialize(PrintWriter, boolean, int) - Method in class oracle.wsdl.extension.soap.SOAPHeader
-
- serialize(PrintWriter, boolean, int) - Method in class oracle.wsdl.extension.soap.SOAPBody
-
- serialize(PrintWriter, boolean, int) - Method in class oracle.wsdl.extension.soap.SOAPAddress
-
- serialize(PrintWriter, boolean, int) - Method in class oracle.wsdl.extension.soap.SOAPOperation
-
- serialize(PrintWriter, boolean, int) - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
-
- serialize(PrintWriter, boolean, int) - Method in class oracle.wsdl.extension.soap.SOAPBinding
-
- 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 - interface oracle.wsdl.internal.Service.
- This interface represents the WSDL Service definition.
- 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.Header
-
- 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(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.ContainerContext
- Binds an object to a given attribute name in this SOAP context.
- setAuthType(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the HTTP authentication type.
- setBinding(QName) - Method in interface oracle.wsdl.internal.Port
- Set binding for this port
- setBindingInput(BindingInput) - Method in interface oracle.wsdl.internal.BindingOperation
-
- setBindingOutput(BindingOutput) - Method in interface oracle.wsdl.internal.BindingOperation
-
- 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.OracleSOAPContext
- Set the user certificate.
- setCheckMustUnderstands(boolean) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the mustUnderstand attribute processing mode
- setCiphers(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the cipher suites
- setClassLoader(ClassLoader) - Method in class org.apache.soap.rpc.SOAPContext
-
- 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.
- setContent(DocumentFragment) - Method in interface oracle.wsdl.internal.Documentation
- Set documentation element
- setContentType(String) - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Set the content type.
- setContext(ServletContext) - Method in interface oracle.soap.server.ConfigManager
- Set the servlet context for this configuration manager.
- setDefaultEncodingStyle(String) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
- Set the default encoding style.
- setDefaultSMRClass(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the default SOAP mapping registry class.
- setDefinitions(Definitions) - Method in interface oracle.wsdl.internal.Import
- Set the definition as imported document
- setDetailEntries(Vector) - Method in class org.apache.soap.Fault
-
- setDocumentation(Documentation) - Method in interface oracle.wsdl.internal.Documentable
- Set documentation
- setElement(QName) - Method in interface oracle.wsdl.internal.Part
- Set element
- setEncodingStyle(SOAPEncodingStyle) - Method in class oracle.wsdl.extension.soap.SOAPFault
- Set encodingStyle
- setEncodingStyle(SOAPEncodingStyle) - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Set encodingStyle
- setEncodingStyle(SOAPEncodingStyle) - Method in class oracle.wsdl.extension.soap.SOAPBody
- Set encodingStyle
- setEncodingStyle(SOAPEncodingStyle) - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Set encodingStyle
- 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
-
- setFullTargetObjectURI(String) - Method in class org.apache.soap.rpc.RPCMessage
-
- 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.OracleSOAPContext
- Set the HTTP servlet.
- 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.
- setHttpServletRequest(HttpServletRequest) - Method in class oracle.soap.server.OracleSOAPContext
- Set the HTTP servlet request.
- setHttpServletResponse(HttpServletResponse) - Method in class oracle.soap.server.OracleSOAPContext
- Set the HTTP servlet response.
- setHttpSession(HttpSession) - Method in class oracle.soap.server.OracleSOAPContext
- Set the HTTP session.
- setId(String) - Method in class oracle.soap.server.DeploymentDescriptor
- Set the unique ID.
- setInput(Input) - Method in interface oracle.wsdl.internal.Operation
- Set the input of this operation
- setIsApacheDescriptor(boolean) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set whether this is an Apache SOAP deployment descriptor or not.
- setIsStatic(boolean) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the attribute which indicates whether the methods exposed by this service are static or not.
- setLocalPart(String) - Method in class org.apache.soap.util.xml.QName
-
- setLocation(String) - Method in interface oracle.wsdl.internal.Import
- Set the location of imported document
- setLocation(String) - Method in class oracle.wsdl.extension.soap.SOAPAddress
- Set location
- setLogger(Logger) - Method in class oracle.soap.server.SOAPServerContext
- Set the logger, which is used for text-based logging of informational and debug messages.
- setMaintainSession(boolean) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Indicate whether to maintain HTTP sessions.
- setMessage(QName) - Method in interface oracle.wsdl.internal.Fault
- Set message
- setMessage(QName) - Method in interface oracle.wsdl.internal.Output
- Set message
- setMessage(QName) - Method in interface oracle.wsdl.internal.Input
- Set message
- setMessage(QName) - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Set message
- setMessage(QName) - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Set message
- 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 interface oracle.wsdl.internal.Namable
- set the name of an wsdl element.
- setName(String) - Method in class org.apache.soap.rpc.Parameter
-
- setNamespaceDefinition(NamespaceDefinition) - Method in interface oracle.wsdl.internal.Definitions
- Set the namespace definition
- setNamespaceURI(String) - Method in interface oracle.wsdl.internal.Import
- Set the namespace URI
- setNamespaceURI(String) - Method in class oracle.wsdl.extension.soap.SOAPFault
- Set namespace URI
- setNamespaceURI(String) - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Set namespace URI
- setNamespaceURI(String) - Method in class oracle.wsdl.extension.soap.SOAPBody
- Set namespace URI
- setNamespaceURI(String) - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Set namespace URI
- 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.
- setOptions(Properties) - Method in interface oracle.soap.server.ConfigManager
- Set configuration manager options specified in the SOAP server configuration.
- setOutput(Output) - Method in interface oracle.wsdl.internal.Operation
- Set the output of this operation
- setOutputBufferSize(int) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Sets the output buffer size (in bytes).
- setParameterOrder(String[]) - Method in interface oracle.wsdl.internal.Operation
- Set parameter order
- setParams(Vector) - Method in class org.apache.soap.rpc.RPCMessage
-
- setPart(String) - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Set part
- setPart(String) - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Set part
- setPassword(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the password for HTTP authentication.
- setPortType(QName) - Method in interface oracle.wsdl.internal.Binding
- Set the port type
- 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.
- setProperty(String, Object) - Method in class org.apache.soap.rpc.SOAPContext
- Store something in the hold-all 'bag'
- setProviderClass(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the provider class.
- 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(byte) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the provider type.
- setProxyAuthType(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the HTTP proxy authentication type.
- setProxyHost(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set HTTP proxy host.
- setProxyPassword(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the password for HTTP proxy authentication.
- setProxyPort(int) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set HTTP proxy port.
- setProxyRealm(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the realm for HTTP proxy authentication.
- setProxyUserName(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the username for HTTP proxy authentication.
- setRealm(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the realm for HTTP authentication.
- setRemoteAddress(String) - Method in class oracle.soap.server.OracleSOAPContext
- Set the remote IP address of the client
- setRemoteHost(String) - Method in class oracle.soap.server.OracleSOAPContext
- 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.
- setRequestHeaders(Properties) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Sets the HTTP request headers.
- setRequestSOAPContext(OracleSOAPContext) - Method in class oracle.soap.server.RequestContext
- Set the Oracle extended SOAPContext for this SOAP request.
- setRequestURI(String) - Method in class oracle.soap.server.OracleSOAPContext
- Set the URI of the 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.
- setResponseSOAPContext(OracleSOAPContext) - Method in class oracle.soap.server.RequestContext
- Set the Oracle extended SOAPContext for the response to this SOAP request.
- setReturnValue(Parameter) - Method in class org.apache.soap.rpc.Response
-
- setRootPart(byte[], String) - Method in class org.apache.soap.rpc.SOAPContext
- Set the root part to a provided string (usually the SOAP envelope).
- setRootPart(MimeBodyPart) - Method in class org.apache.soap.rpc.SOAPContext
- Adds the root BodyPart.
- setRootPart(String, String) - Method in class org.apache.soap.rpc.SOAPContext
- Set the root part to a provided string (usually the SOAP envelope).
- setScope(int) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the execution scope.
- setSecureChannel(boolean) - Method in class oracle.soap.server.OracleSOAPContext
- Set the indicator of whether the channel is secure.
- setServiceClass(String) - Method in class oracle.soap.server.ServiceDeploymentDescriptor
- Set the Java class for this service.
- setServiceDeploymentDescriptor(ServiceDeploymentDescriptor) - Method in class oracle.soap.server.OracleSOAPContext
- Set the service deployment descriptor associated with the request/response.
- 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.
- setSoapAction(String) - Method in class oracle.wsdl.extension.soap.SOAPOperation
- Set soapAction
- setSOAPContext(SOAPContext) - Method in class org.apache.soap.rpc.RPCMessage
-
- setSOAPMappingRegistry(SOAPMappingRegistry) - Method in class org.apache.soap.rpc.Call
-
- setSOAPNamespaceURI(String) - Method in class oracle.wsdl.internal.NamespaceDefinition
- Set SOAP namespace URI
- setSOAPNamespaceURI(String) - Method in class oracle.wsdl.WSDLDocument
- Set SOAP namespaceURI
- 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.
- setStyle(int) - Method in class oracle.wsdl.extension.soap.SOAPOperation
- Set style.
- setStyle(int) - Method in class oracle.wsdl.extension.soap.SOAPBinding
- Set style
- setSubType(String) - Method in class org.apache.soap.rpc.SOAPContext
- Set the MultiPart Mime subtype.
- setTargetException(Throwable) - Method in class org.apache.soap.SOAPException
-
- setTargetNamespaceURI(String) - Method in interface oracle.wsdl.internal.Definitions
- Set target namespace
- setTargetObjectURI(String) - Method in class org.apache.soap.rpc.RPCMessage
-
- setTimeout(int) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the HTTP read timeout.
- setTransport(String) - Method in class oracle.wsdl.extension.soap.SOAPBinding
- Set transport.
- setType(Class) - Method in class org.apache.soap.rpc.Parameter
-
- setType(QName) - Method in interface oracle.wsdl.internal.Part
- Set type
- 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.
- setTypes(Types) - Method in interface oracle.wsdl.internal.Definitions
- Set types
- setTypesElement(Element) - Method in interface oracle.wsdl.internal.Types
- Set types element
- setUse(int) - Method in class oracle.wsdl.extension.soap.SOAPFault
- Set the use value
- setUse(int) - Method in class oracle.wsdl.extension.soap.SOAPHeader
- Set the use value
- setUse(int) - Method in class oracle.wsdl.extension.soap.SOAPBody
- Set the use value
- setUse(int) - Method in class oracle.wsdl.extension.soap.SOAPHeaderFault
- Set the use value
- setUserInteraction(boolean) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set user interaction.
- setUsername(String) - Method in class oracle.soap.server.OracleSOAPContext
- Set the protocol-specific username.
- setUserName(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the username for HTTP authentication.
- setValue(Object) - Method in class org.apache.soap.rpc.Parameter
-
- setWalletLocation(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the Oracle Wallet Location.
- setWalletPassword(String) - Method in class oracle.soap.transport.http.OracleSOAPHTTPConnection
- Set the Oracle Wallet password.
- setWSDLNamespaceURI(String) - Method in class oracle.wsdl.internal.NamespaceDefinition
- Set WSDL namespace URI
- setWSDLNamespaceURI(String) - Method in class oracle.wsdl.WSDLDocument
- Set WSDL namespaceURI
- 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
-
- short1999QName - Static variable in class org.apache.soap.Constants
-
- short2000QName - Static variable in class org.apache.soap.Constants
-
- short2001QName - Static variable in class org.apache.soap.Constants
-
- ShortDeserializer - class org.apache.soap.encoding.soapenc.ShortDeserializer.
- This deserializer can be used to deserialize something into a short.
- ShortDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.ShortDeserializer
-
- ShortObjectDeserializer - class org.apache.soap.encoding.soapenc.ShortObjectDeserializer.
- This deserializer can be used to deserialize something into a Short.
- ShortObjectDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.ShortObjectDeserializer
-
- SOAP_VERSION - Static variable in class oracle.soap.server.VersionInfo
-
- SOAPAddress - class oracle.wsdl.extension.soap.SOAPAddress.
- SOAPAddress represents SOAP address binding that is used to give a port an address(a URI).
- SOAPAddress(String) - Constructor for class oracle.wsdl.extension.soap.SOAPAddress
- Initialize with an address
- SOAPBinding - class oracle.wsdl.extension.soap.SOAPBinding.
- SOAPBinding represents SOAP binding element which is to signify that the binding is bound to the SOAP protocol format: Envelope, Header and Body.
- SOAPBinding() - Constructor for class oracle.wsdl.extension.soap.SOAPBinding
-
- SOAPBody - class oracle.wsdl.extension.soap.SOAPBody.
- SOAPBody represents soap:body element which is used to specify how the message parts appear inside the SOAP body element for both RPC-oriented or document-oriented messages.
- SOAPBody(int) - Constructor for class oracle.wsdl.extension.soap.SOAPBody
- Initialize with use value.
- SOAPConstants - class oracle.wsdl.extension.soap.SOAPConstants.
- SOAPConstants defines constant values for SOAP binding.
- SOAPConstants() - Constructor for class oracle.wsdl.extension.soap.SOAPConstants
-
- SOAPContext - class org.apache.soap.rpc.SOAPContext.
- SOAP context for a message.
- SOAPContext() - Constructor for class org.apache.soap.rpc.SOAPContext
- Constructor.
- SOAPEncodingStyle - class oracle.wsdl.extension.soap.SOAPEncodingStyle.
- SOAPEncodingStyle represents SOAP encoding style that is a list of URIs.
- SOAPEncodingStyle() - Constructor for class oracle.wsdl.extension.soap.SOAPEncodingStyle
- Initialize without URIs.
- 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
-
- SOAPFault - class oracle.wsdl.extension.soap.SOAPFault.
- SOAPFault represents the soap:fault element which is used to specify the contents of the SOAP Fault Details element.
- SOAPFault(String, int) - Constructor for class oracle.wsdl.extension.soap.SOAPFault
- Initilize with name and use value
- SOAPHeader - class oracle.wsdl.extension.soap.SOAPHeader.
- SOAPHeader represents soap:header element that allows header to be defined that are transmitted inside the Header element of the SOAP envelope.
- SOAPHeader(QName, String, int) - Constructor for class oracle.wsdl.extension.soap.SOAPHeader
- Initialize with message, part and use value.
- SOAPHeaderFault - class oracle.wsdl.extension.soap.SOAPHeaderFault.
- SOAPHeaderFault represents soap:headerFault element that appear inside soap:header and allows specification of the header types that are used to transmit error information pertaining to the header defined by the soap:header.
- SOAPHeaderFault(QName, String, int) - Constructor for class oracle.wsdl.extension.soap.SOAPHeaderFault
- Initialize with message, part and use value.
- 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
-
- SOAPMappingRegistry(String) - Constructor for class org.apache.soap.encoding.SOAPMappingRegistry
- Sets up serializers for the specified Schema typeset.
- SOAPOperation - class oracle.wsdl.extension.soap.SOAPOperation.
- SOAPOperation represents soap:operation element that provides information for the operation as a whole.
- SOAPOperation() - Constructor for class oracle.wsdl.extension.soap.SOAPOperation
-
- 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
-
- SSLUtils - class org.apache.soap.util.net.SSLUtils.
- A bunch of utility stuff for doing SSL things.
- SSLUtils() - Constructor for class org.apache.soap.util.net.SSLUtils
-
- string1999QName - Static variable in class org.apache.soap.Constants
-
- string2000QName - Static variable in class org.apache.soap.Constants
-
- string2001QName - Static variable in class org.apache.soap.Constants
-
- StringDeserializer - class org.apache.soap.encoding.soapenc.StringDeserializer.
- This deserializer can be used to deserialize something into a String.
- StringDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.StringDeserializer
-
- 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
-
- STYLE_DOCUMENT - Static variable in class oracle.wsdl.extension.soap.SOAPConstants
- document style
- STYLE_RPC - Static variable in class oracle.wsdl.extension.soap.SOAPConstants
- RPC style
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
-
- timeInst1999QName - Static variable in class org.apache.soap.Constants
-
- timeInst2000QName - Static variable in class org.apache.soap.Constants
-
- timeInst2001QName - Static variable in class org.apache.soap.Constants
-
- toByteArray() - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Return the content as a byte array.
- toString() - Method in class org.apache.soap.Header
-
- toString() - Method in class org.apache.soap.Body
-
- toString() - Method in class org.apache.soap.SOAPException
-
- toString() - Method in class org.apache.soap.Envelope
-
- toString() - Method in class org.apache.soap.Fault
-
- 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 oracle.wsdl.internal.NamespaceDefinition
- A string representation of this namespace definition.
- toString() - Method in class oracle.wsdl.extension.soap.SOAPEncodingStyle
-
- toString() - Method in class org.apache.soap.util.xml.QName
-
- toString() - Method in class org.apache.soap.util.xml.NSStack
-
- toString() - Method in class org.apache.soap.rpc.SOAPContext
- String representation for debug purposes.
- toString() - Method in class org.apache.soap.rpc.RPCMessage
-
- toString() - Method in class org.apache.soap.rpc.Parameter
-
- toString(NamespaceDefinition) - Method in class oracle.wsdl.internal.QName
- String representation of a qname is of format: prefix:localName
- 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
-
- Types - interface oracle.wsdl.internal.Types.
- Types represents Types definition of WSDL
U
- UNDEFINED - Static variable in class oracle.wsdl.extension.soap.SOAPConstants
- undefined
- undeploy(String) - Method in interface oracle.soap.server.ServiceManager
- Undeploy the given service, and return its descriptor.
- undeploy(String) - Method in interface oracle.soap.server.ConfigManager
- Undeploy the entity identified by its ID and return its descriptor.
- undeploy(String) - Method in interface oracle.soap.server.ProviderManager
- Undeploy the given provider, and return its descriptor.
- unmarshall(Node) - Static method in class org.apache.soap.Envelope
- Supported for backward compatibility.
- unmarshall(Node, SOAPContext) - Static method in class org.apache.soap.Header
-
- unmarshall(Node, SOAPContext) - Static method in class org.apache.soap.Body
-
- unmarshall(Node, SOAPContext) - Static method in class org.apache.soap.Envelope
-
- unmarshall(String, Node, Class, SOAPMappingRegistry, SOAPContext) - Static method in class org.apache.soap.rpc.RPCMessage
-
- unmarshall(String, Node, XMLJavaMappingRegistry, SOAPContext) - Static method in class org.apache.soap.Fault
-
- unmarshall(String, QName, Node, SOAPContext) - Method in class org.apache.soap.util.xml.XMLJavaMappingRegistry
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in interface org.apache.soap.util.xml.Deserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BooleanObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DateSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.FloatObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.IntObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ParameterSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.FloatDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.StringDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.LongDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.MapSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ShortObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ByteDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.IntDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ArraySerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.MimePartSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.HashtableSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ByteObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DoubleDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DoubleObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.Base64Serializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.QNameSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.LongObjectDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.DecimalDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BooleanDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.UrTypeDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.BeanSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.VectorSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.CalendarSerializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - Method in class org.apache.soap.encoding.soapenc.ShortDeserializer
-
- unmarshall(String, QName, Node, XMLJavaMappingRegistry, SOAPContext) - 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
-
- UrTypeDeserializer - class org.apache.soap.encoding.soapenc.UrTypeDeserializer.
- An
UrTypeDeserializer
deserializes xsd:ur-type
objects, but right now only deals with nulls.
- UrTypeDeserializer() - Constructor for class org.apache.soap.encoding.soapenc.UrTypeDeserializer
-
- USE_ENCODED - Static variable in class oracle.wsdl.extension.soap.SOAPConstants
- encoded use value
- USE_LITERAL - Static variable in class oracle.wsdl.extension.soap.SOAPConstants
- literal use value
- 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
- VALIDATE_EXTENSIONS - Static variable in class oracle.wsdl.WSDLDocument
- Validation Mode: validate WSDL extensibility elements
- VALIDATE_REFERENCES - Static variable in class oracle.wsdl.WSDLDocument
- Validation Mode: validate WSDL QName references
- validate() - Method in class oracle.wsdl.WSDLDocument
- Validate this WSDL document including qname references and extensions.
- validate(int) - Method in class oracle.wsdl.WSDLDocument
- Validate this WSDL document.
- 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
-
- version() - Method in interface oracle.soap.server.ServiceManager
- Returns the current soap version
- VersionInfo - class oracle.soap.server.VersionInfo.
-
- VersionInfo() - Constructor for class oracle.soap.server.VersionInfo
-
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
- write(PrintWriter) - Method in class oracle.wsdl.WSDLDocument
- Write this WSDL document.
- writeTo(OutputStream) - Method in class org.apache.soap.util.mime.ByteArrayDataSource
- Write the content to an OutputStream.
- writeTo(OutputStream) - Method in class org.apache.soap.rpc.SOAPContext
- Encode the root part or multipart and write to an OutputStream.
- WSDLDocument - class oracle.wsdl.WSDLDocument.
- WSDLDocument represents a WSDL document as an object model, and can be used to read, write and validate a WSDL document.
- WSDLDocument(Definitions) - Constructor for class oracle.wsdl.WSDLDocument
- Initialize with a Definitions element
- WSDLDocument(Reader) - Constructor for class oracle.wsdl.WSDLDocument
- Initialize with a reader for WSDL document
- WSDLDocument(String) - Constructor for class oracle.wsdl.WSDLDocument
- Initialize with a WSDL document content
- WSDLDocument(URL) - Constructor for class oracle.wsdl.WSDLDocument
- Initialize with a WSDL document URL
- WSDLElement - interface oracle.wsdl.internal.WSDLElement.
- The base interface for WSDL definitions.
- WSDLException - exception oracle.wsdl.internal.WSDLException.
- WSDLException represents WSDL errors during parsing or validation.
- WSDLException(String) - Constructor for class oracle.wsdl.internal.WSDLException
- Initialize
X
- XMISerializer - class org.apache.soap.util.xml.XMISerializer.
- An
XMISerializer
...
- XMISerializer() - Constructor for class org.apache.soap.util.xml.XMISerializer
-
- XML_DECL - Static variable in class org.apache.soap.Constants
-
- XML_PARSER - Static variable in class org.apache.soap.Constants
-
- 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
-
- XMLParserUtils - class org.apache.soap.util.xml.XMLParserUtils.
- XML Parser Utilities Provides methods to set and use JAXP compatible XML parsers.
- XMLParserUtils() - Constructor for class org.apache.soap.util.xml.XMLParserUtils
-
- 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.