Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Serialized Form


Package oracle.xml.parser.v2

Class oracle.xml.parser.v2.AttrDecl extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.DTD extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binray compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.ElementDecl extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binray compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.NodeFactory extends java.lang.Object implements Serializable

Serialized Fields

defaultDoc

XMLDocument defaultDoc
This document is used to create the node, based on the type of the XMLDocument. This isn't the ownerDocument of the nodes created, the ownerDocument is set in DocumentBuilder.

Class oracle.xml.parser.v2.XMLAttr extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method restores the information written by writeExternal.
Throws:
java.io.IOException - is thrown when there is an exception while reading the compressed stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object. The object information is saved in a binary compressed stream.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLCDATA extends XMLText implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLComment extends oracle.xml.parser.v2.CharData implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLDeclPI extends XMLPI implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLDocument extends XMLElement implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLDocumentFragment extends XMLElement implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method restores the information written by writeExternal by reading the input stream and regenerating the objects as per the information of the input stream.
Throws:
java.io.IOException - is thrown when there is an exception reading the compressed stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by writing the object information in a binary compressed stream.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLDOMException extends DOMException implements Serializable

Class oracle.xml.parser.v2.XMLDOMImplementation extends java.lang.Object implements Serializable

Serialized Fields

conn

java.sql.Connection conn

kind

java.lang.String kind

flags

int flags

Class oracle.xml.parser.v2.XMLElement extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method restores the information written by writeExternal by reading the input stream and regenerating the objects as per the information of the input stream.
Throws:
java.io.IOException - is thrown when there is an exception reading the compressed stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by writing the object information in a binary compressed stream.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLEntity extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException,
                         java.io.EOFException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found.
java.io.EOFException - is thrown when End of File is encountered.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLEntityReference extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLNode extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLNotation extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found.

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binray compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLNSNode extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the serialized/compressed stream.

Class oracle.xml.parser.v2.XMLParseException extends SAXParseException implements Serializable

Serialized Fields

mesg

java.lang.String mesg

sysId

java.lang.String sysId

pubId

java.lang.String pubId

type

int type

Class oracle.xml.parser.v2.XMLPI extends oracle.xml.parser.v2.CharData implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XMLText extends oracle.xml.parser.v2.CharData implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput inArg)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
This method reads the information written in the compressed stream by writeExternal method and restores the object correspondingly. This method is called if XMLText object is deserialized (or read) as an independent node and not called from some other DOM node.
Throws:
java.io.IOException - is thrown when there is an error in reading the input stream.
java.lang.ClassNotFoundException - is thrown when the class is not found

writeExternal

public void writeExternal(java.io.ObjectOutput outArg)
                   throws java.io.IOException
This method saves the state of the object by creating a binary compressed stream with information about this object.
Throws:
java.io.IOException - is thrown when there is an exception while writing the compressed stream.

Class oracle.xml.parser.v2.XSLException extends XMLException implements Serializable

Package oracle.xml.parser.schema

Class oracle.xml.parser.schema.XSDException extends java.lang.Exception implements Serializable

Serialized Fields

errId

int errId

errParams

java.lang.String[] errParams

nparam

int nparam

node

XMLElement node

defaultErr

XMLError defaultErr

Package oracle.xml.sql

Class oracle.xml.sql.OracleXMLSQLException extends java.lang.RuntimeException implements Serializable

Serialized Fields

errorTag

java.lang.String errorTag

sqlErrorCode

int sqlErrorCode

sqlState

java.lang.String sqlState

errCodeSet

boolean errCodeSet

parentE

java.lang.Exception parentE

Class oracle.xml.sql.OracleXMLSQLNoRowsException extends OracleXMLSQLException implements Serializable

Package oracle.xml.transx

Class oracle.xml.transx.DuplicateException extends java.lang.RuntimeException implements Serializable

Package oracle.xml.xsql

Class oracle.xml.xsql.XSQLServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

myContext

javax.servlet.ServletContext myContext

Package oracle.xml.pipeline.controller

Class oracle.xml.pipeline.controller.PipelineException extends java.lang.Exception implements Serializable

Serialized Fields

type

java.lang.String type

processId

java.lang.String processId

Package oracle.xml.util

Class oracle.xml.util.XMLException extends java.lang.Exception implements Serializable

Serialized Fields

error

XMLError error

mesg

java.lang.String mesg

sysId

java.lang.String sysId

pubId

java.lang.String pubId

type

int type

exception

java.lang.Exception exception

Package oracle.xml.async

Class oracle.xml.async.DOMBuilder extends java.lang.Object implements Serializable

Serialized Fields

reader

java.io.Reader reader
java.io.Reader containing XML data to be parsed

rootName

java.lang.String rootName
Name of the XML element to be treated as root

inString

java.lang.String inString
String containing the URL to parse XML data from

inStream

java.io.InputStream inStream
InputStream containing XML data to parse

url

java.net.URL url
URL to parse XML data from

inSource

InputSource inSource
InputSource containing XML data to parse

methodToCall

int methodToCall
XML Parser method to call based on input types

result

XMLDocument result
XML Document being parsed

id

int id

DOMEventListenerVect

java.util.Vector DOMEventListenerVect

ErrorEventListenerVect

java.util.Vector ErrorEventListenerVect

workingFlag

boolean workingFlag

parser

DOMParser parser

thrd

java.lang.Thread thrd

Class oracle.xml.async.DOMBuilderErrorEvent extends java.util.EventObject implements Serializable

Serialized Fields

e

java.lang.Exception e
The exception being raised.

Class oracle.xml.async.DOMBuilderEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
ID of the source DOMBuilder object

Class oracle.xml.async.XSLTransformer extends java.lang.Object implements Serializable

Serialized Fields

methodToCall

int methodToCall
The XSL transformation method to call based on input types.

result

DocumentFragment result
Transformation result document.

id

int id

xmlDocument

XMLDocument xmlDocument

xslStylesheet

XSLStylesheet xslStylesheet

xmlReader

java.io.Reader xmlReader

xmlInputStream

java.io.InputStream xmlInputStream

xmlURL

java.net.URL xmlURL

refURL

java.net.URL refURL

xslOutputStream

java.io.OutputStream xslOutputStream

processor

XSLProcessor processor

XSLEventListenerVect

java.util.Vector XSLEventListenerVect

ErrorEventListenerVect

java.util.Vector ErrorEventListenerVect

workingFlag

boolean workingFlag

thrd

java.lang.Thread thrd

Class oracle.xml.async.XSLTransformerErrorEvent extends java.util.EventObject implements Serializable

Serialized Fields

e

java.lang.Exception e
The exception being raised.

Class oracle.xml.async.XSLTransformerEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
ID of the source XSLTransformer object

Package oracle.xml.differ

Class oracle.xml.differ.XMLDiff extends java.lang.Object implements Serializable

Serialized Fields

m_doc1

XMLDocument m_doc1

m_doc2

XMLDocument m_doc2

m_diff

Diff m_diff

m_dom1

DOMBuilder m_dom1

m_dom2

DOMBuilder m_dom2

m_rm

ResourceManager m_rm

m_xsl_indent

int m_xsl_indent

m_dh

DomHash m_dh

m_moves

boolean m_moves

m_xsl_nodeindent

int m_xsl_nodeindent

m_domparser

DOMParser m_domparser

m_delWSdeletes

boolean m_delWSdeletes

Package oracle.xml.xmlcomp

Class oracle.xml.xmlcomp.XMLCompress extends java.lang.Object implements Serializable

Serialized Fields

txtif

java.io.File txtif

txtof

java.io.File txtof

binif

java.io.File binif

binof

java.io.File binof

textSize

long textSize

compSize

long compSize

Package org.w3c.dom

Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.w3c.dom.ranges

Class org.w3c.dom.ranges.RangeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.w3c.dom.events

Class org.w3c.dom.events.EventException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.w3c.dom.validation

Class org.w3c.dom.validation.ExceptionVAL extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.xml.sax

Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable

Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable

Class org.xml.sax.SAXParseException extends SAXException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()

Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable

Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable

Class javax.xml.transform.TransformerException extends java.lang.Exception implements Serializable

Serialized Fields

locator

SourceLocator locator
Field locator specifies where the error occured.

containedException

java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null.

Class javax.xml.transform.TransformerFactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The contained exception.

Package javax.xml.bind

Class javax.xml.bind.JAXBException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code

linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.MarshalException extends JAXBException implements Serializable

Class javax.xml.bind.PropertyException extends JAXBException implements Serializable

Class javax.xml.bind.TypeConstraintException extends java.lang.RuntimeException implements Serializable

Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable

Class javax.xml.bind.ValidationException extends JAXBException implements Serializable

Package oracle.soap.providers.sp

Class oracle.soap.providers.sp.Hashset extends java.lang.Object implements Serializable

serialVersionUID: -4469017106985139442l

Serialized Fields

m_tbl

java.util.Hashtable m_tbl

Package oracle.soap.server

Class oracle.soap.server.ProviderDeploymentDescriptor extends DeploymentDescriptor implements Serializable

Serialized Fields

m_classname

java.lang.String m_classname

m_options

java.util.Hashtable m_options

Class oracle.soap.server.ServiceDeploymentDescriptor extends DeploymentDescriptor implements Serializable

Serialized Fields

m_serviceType

int m_serviceType

m_checkMustUnderstands

boolean m_checkMustUnderstands

m_isApacheDescriptor

boolean m_isApacheDescriptor

m_providerId

java.lang.String m_providerId

m_providerType

byte m_providerType

m_providerClass

java.lang.String m_providerClass

m_providerOptions

java.util.Hashtable m_providerOptions

m_scope

int m_scope

m_methods

java.lang.String[] m_methods

m_serviceClass

java.lang.String m_serviceClass

m_isStatic

boolean m_isStatic

m_defaultSMRClass

java.lang.String m_defaultSMRClass

m_typeMappings

TypeMapping[] m_typeMappings

m_sqlMap

java.util.Hashtable m_sqlMap

m_faultListener

java.lang.String[] m_faultListener

Package oracle.soap.server.http

Class oracle.soap.server.http.SOAPServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_providerMap

java.util.Hashtable m_providerMap

m_providerManager

ProviderManager m_providerManager

m_serviceManager

ServiceManager m_serviceManager

m_containerContext

ContainerContext m_containerContext

m_soapServerContext

SOAPServerContext m_soapServerContext

m_log

Logger m_log

m_pathAuth

boolean m_pathAuth

m_globalHandlers

java.util.Hashtable m_globalHandlers

m_activeGlobalHandlers

java.util.Hashtable m_activeGlobalHandlers

m_globalRequestChain

Handler[] m_globalRequestChain

m_globalResponseChain

Handler[] m_globalResponseChain

m_globalErrorChain

Handler[] m_globalErrorChain

m_globalContext

java.util.Hashtable m_globalContext

m_faultRouter

SOAPFaultRouter m_faultRouter

m_serverPhaseEvent

PhaseEvent m_serverPhaseEvent

m_editor

EnvelopeEditor m_editor

m_configFilename

java.lang.String m_configFilename

m_servletContext

javax.servlet.ServletContext m_servletContext

Package org.apache.soap

Class org.apache.soap.SOAPException extends java.lang.Exception implements Serializable

Serialized Fields

faultCode

java.lang.String faultCode

targetException

java.lang.Throwable targetException

Package org.apache.soap.server

Class org.apache.soap.server.SOAPFaultEvent extends java.util.EventObject implements Serializable

Serialized Fields

fault

Fault fault

soapException

SOAPException soapException

Class org.apache.soap.server.TypeMapping extends java.lang.Object implements Serializable

Serialized Fields

encodingStyle

java.lang.String encodingStyle

elementType

QName elementType

javaType

java.lang.String javaType

java2XMLClassName

java.lang.String java2XMLClassName

xml2JavaClassName

java.lang.String xml2JavaClassName

sqlType

java.lang.String sqlType

Package org.apache.soap.transport

Class org.apache.soap.transport.TransportMessage extends java.lang.Object implements Serializable

Serialized Fields

contentType

java.lang.String contentType

offset

int offset

bytes

byte[] bytes

envelope

java.lang.String envelope

headers

java.util.Hashtable headers

ctx

SOAPContext ctx

Package org.apache.soap.util.net

Class org.apache.soap.util.net.TcpTunnelGui extends java.awt.Frame implements Serializable

Serialized Fields

listenPort

int listenPort

tunnelHost

java.lang.String tunnelHost

tunnelPort

int tunnelPort

listenText

java.awt.TextArea listenText

tunnelText

java.awt.TextArea tunnelText

status

java.awt.Label status

inRelay

Relay inRelay

outRelay

Relay outRelay

Package org.apache.soap.util.xml

Class org.apache.soap.util.xml.QName extends java.lang.Object implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

localPart

java.lang.String localPart

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2003, 2006, Oracle. All rights reserved.