| Package | Description | 
|---|---|
| weblogic.jdbc.rowset | Provides interfaces and classes for the WebLogic rowset implementation. | 
| weblogic.xml.security.encryption | |
| weblogic.xml.security.keyinfo | |
| weblogic.xml.security.signature | |
| weblogic.xml.security.specs | |
| weblogic.xml.security.transforms | |
| weblogic.xml.security.utils | |
| weblogic.xml.security.wsse | |
| weblogic.xml.security.wsu | |
| weblogic.xml.stream | Deprecated. Provides XML stream support. | 
| weblogic.xml.stream.util | Deprecated. Provides XML stream utilities support. | 
| weblogic.xml.xpath | 
    This package contains all of the classes required to perform 
    XPath matching against a document represented as a DOM, XMLNode, 
    or against an XMLInputStream. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | WLCachedRowSet. writeXML(XMLOutputStream xos) | Deprecated. Writes the RowSet to the XMLOutputStream as an XML document. | 
| void | WLCachedRowSet. writeXML(XMLOutputStream xos,
        int rowStates) | Deprecated. Writes the RowSet as an XML document. | 
| void | WLRowSetMetaData. writeXMLSchema(XMLOutputStream xos) | Deprecated. Writes the WLRowSetMetaData as an XML Schema document to the
 specified XMLOutputStream. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| abstract void | CipherData. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | EncryptedKey. toXML(XMLOutputStream xos,
     int indent) | |
| void | EncryptedKey. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | EncryptionMethod. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | ReferenceList. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| protected void | EncryptionMethod. toXMLInternal(XMLOutputStream out,
             java.lang.String ns,
             int indent) | Allow subclasses to add elements | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | KeyInfo. toXML(XMLOutputStream os,
     int indent) | |
| void | KeyInfo. toXML(XMLOutputStream os,
     java.lang.String ns,
     int indent) | |
| abstract void | KeyValue. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | X509Data. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | X509IssuerSerial. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| abstract XMLOutputStream | CanonicalizationMethod. canonicalize(java.io.OutputStream dest,
            java.util.Map namespaces) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | CanonicalizationMethod. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | DigestMethod. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | Reference. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | Signature. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | BinarySecurityTokenSpec. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | Deprecated. | 
| void | ElementIdentifier. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | Deprecated. | 
| void | EntityDescriptor. toXML(XMLOutputStream out) | Deprecated. | 
| void | SecurityDD. toXML(XMLOutputStream out) | Deprecated. | 
| void | SpecBase. toXML(XMLOutputStream out) | Deprecated. | 
| abstract void | SpecBase. toXML(XMLOutputStream out,
     java.lang.String namespace,
     int indent) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| abstract XMLOutputStream | Transform. getXMLOutputStream() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | Transform. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| protected void | Transform. toXMLInternal(XMLOutputStream xos,
             java.lang.String ns,
             int indent) | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | NSOutputStream | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | XMLOutputStreamBase | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | XMLOutputStreamBase. setDestination(XMLOutputStream destination) | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | SecureSoapOutputStream | Deprecated.
 please use new WS Security API | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | SecurityTokenReference. toXML(XMLOutputStream os) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | AttributedDateTime. toXML(XMLOutputStream os) | |
| void | Timestamp. toXML(XMLOutputStream os) | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | XMLInputOutputStream | Deprecated.
 please use java standard StAX api | 
| Modifier and Type | Method | Description | 
|---|---|---|
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.OutputStream outputStream) | Deprecated. Create a new Canonical XMLOutputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.OutputStream outputStream,
                        java.util.Map map) | Deprecated. Create a new Canonical XMLOutputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.Writer writer) | Deprecated. Create a new Canonical XMLOutputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.Writer writer,
                        java.util.Map map) | Deprecated. | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.OutputStream stream) | Deprecated. Create a new XMLOutputStream that writes to a stream that pretty prints it's output | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.OutputStream stream,
                    boolean writeEmptyElements) | Deprecated. | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.Writer writer) | Deprecated. Create a new XMLOutputStream that writes to a writer that pretty prints it's output | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.Writer writer,
                    boolean writeEmptyElements) | Deprecated. | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.OutputStream stream) | Deprecated. Create a new XMLOutputStream that writes to a stream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.OutputStream stream,
               boolean writeEmptyElements) | Deprecated. Create a new XMLOutputStream that writes to a stream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.Writer writer) | Deprecated. Create a new XMLOutputStream that writes to a writer | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.Writer writer,
               boolean writeEmptyElements) | Deprecated. Create a new XMLOutputStream that writes to a writer | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(org.w3c.dom.Document document) | Deprecated. Create a new XMLOutputStream that writes to a DOM document | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(org.w3c.dom.Document document,
               org.w3c.dom.DocumentFragment documentFragment) | Deprecated. Create a new XMLOutputStream that writes to a DOM document fragment | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(org.xml.sax.ContentHandler handler) | Deprecated. Create a new XMLOutputStream that writes to a SAX ContentHandler | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | XMLInputOutputStreamBase | Deprecated.
 please use java standard StAX api | 
| Modifier and Type | Method | Description | 
|---|---|---|
| XMLOutputStream | XPathStreamFactory. createStream(XMLOutputStream destination) | Returns an XMLOutputStream which matches outbound events
 against the installed xpaths, notifies the appropriate installed
 observers, and then passes the events on to a given
  destinationstream. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| XMLOutputStream | XPathStreamFactory. createStream(XMLOutputStream destination) | Returns an XMLOutputStream which matches outbound events
 against the installed xpaths, notifies the appropriate installed
 observers, and then passes the events on to a given
  destinationstream. |