Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.xml.stream.XMLOutputStream

Packages that use XMLOutputStream
weblogic.jdbc.rowset Provides interfaces and classes for the WebLogic rowset implementation. 
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
weblogic.xml.security.encryption Provides interfaces and classes for weblogic.xml.security.encryption
weblogic.xml.security.keyinfo Provides interfaces and classes for weblogic.xml.security.keyinfo
weblogic.xml.security.signature Provides interfaces and classes for weblogic.xml.security.signature
weblogic.xml.security.specs Deprecated. Provides interfaces and classes for weblogic.xml.security.specs
weblogic.xml.security.transforms Provides classes for weblogic.xml.security.transforms
weblogic.xml.security.utils Provides interfaces and classes for weblogic.xml.security.utils
weblogic.xml.security.wsse Deprecated. Provides interfaces and classes for weblogic.xml.security.wsse
weblogic.xml.security.wsu Provides interfaces for 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. 
 

Uses of XMLOutputStream in weblogic.jdbc.rowset
 

Methods in weblogic.jdbc.rowset with parameters of type XMLOutputStream
 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.
 

Uses of XMLOutputStream in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding with parameters of type XMLOutputStream
 void Serializer.serialize(Object obj, XMLName name, XMLOutputStream writer, SerializationContext context)
          Write the given Object to an XMLOutputSteam, using the information described in the mapping, using the name parameter as the name of the resulting element.
 void TypeMapping.writeXML(XMLOutputStream xout)
          write each entry found to this mapping to xml in the format defined by the webservices deployment descriptor.
 

Uses of XMLOutputStream in weblogic.xml.security.encryption
 

Methods in weblogic.xml.security.encryption with parameters of type XMLOutputStream
abstract  void CipherData.toXML(XMLOutputStream out, String ns, int indent)
           
 void EncryptedKey.toXML(XMLOutputStream xos, int indent)
           
 void EncryptedKey.toXML(XMLOutputStream xos, String ns, int indent)
           
 void EncryptionMethod.toXML(XMLOutputStream out, String ns, int indent)
           
 void ReferenceList.toXML(XMLOutputStream out, String ns, int indent)
           
protected  void EncryptionMethod.toXMLInternal(XMLOutputStream out, String ns, int indent)
          Allow subclasses to add elements
 

Uses of XMLOutputStream in weblogic.xml.security.keyinfo
 

Methods in weblogic.xml.security.keyinfo with parameters of type XMLOutputStream
 void KeyInfo.toXML(XMLOutputStream os, int indent)
           
 void KeyInfo.toXML(XMLOutputStream os, String ns, int indent)
           
abstract  void KeyValue.toXML(XMLOutputStream xos, String ns, int indent)
           
 void X509Data.toXML(XMLOutputStream xos, String ns, int indent)
           
 void X509IssuerSerial.toXML(XMLOutputStream xos, String ns, int indent)
           
 

Uses of XMLOutputStream in weblogic.xml.security.signature
 

Methods in weblogic.xml.security.signature that return XMLOutputStream
abstract  XMLOutputStream CanonicalizationMethod.canonicalize(OutputStream dest, Map namespaces)
           
 

Methods in weblogic.xml.security.signature with parameters of type XMLOutputStream
 void CanonicalizationMethod.toXML(XMLOutputStream out, String ns, int indent)
           
 void DigestMethod.toXML(XMLOutputStream out, String ns, int indent)
           
 void Reference.toXML(XMLOutputStream xos, String ns, int indent)
           
 void Signature.toXML(XMLOutputStream xos, String ns, int indent)
           
 

Uses of XMLOutputStream in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs with parameters of type XMLOutputStream
 void BinarySecurityTokenSpec.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
 void ElementIdentifier.toXML(XMLOutputStream out, 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, String namespace, int indent)
          Deprecated.  
 

Uses of XMLOutputStream in weblogic.xml.security.transforms
 

Methods in weblogic.xml.security.transforms that return XMLOutputStream
abstract  XMLOutputStream Transform.getXMLOutputStream()
           
 

Methods in weblogic.xml.security.transforms with parameters of type XMLOutputStream
 void Transform.toXML(XMLOutputStream xos, String ns, int indent)
           
protected  void Transform.toXMLInternal(XMLOutputStream xos, String ns, int indent)
           
 

Uses of XMLOutputStream in weblogic.xml.security.utils
 

Subinterfaces of XMLOutputStream in weblogic.xml.security.utils
 interface NSOutputStream
           
 

Classes in weblogic.xml.security.utils that implement XMLOutputStream
 class XMLOutputStreamBase
           
 

Methods in weblogic.xml.security.utils with parameters of type XMLOutputStream
protected  void XMLOutputStreamBase.setDestination(XMLOutputStream destination)
           
 

Constructors in weblogic.xml.security.utils with parameters of type XMLOutputStream
XMLOutputStreamBase(XMLOutputStream destination)
           
 

Uses of XMLOutputStream in weblogic.xml.security.wsse
 

Classes in weblogic.xml.security.wsse that implement XMLOutputStream
 class SecureSoapOutputStream
          Deprecated. please use new WS Security API
 

Methods in weblogic.xml.security.wsse with parameters of type XMLOutputStream
 void SecurityTokenReference.toXML(XMLOutputStream os)
          Deprecated.  
 

Constructors in weblogic.xml.security.wsse with parameters of type XMLOutputStream
SecureSoapOutputStream(Security security, XMLOutputStream destination)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding, String soapNS)
          Deprecated.  
 

Uses of XMLOutputStream in weblogic.xml.security.wsu
 

Methods in weblogic.xml.security.wsu with parameters of type XMLOutputStream
 void AttributedDateTime.toXML(XMLOutputStream os)
           
 void Timestamp.toXML(XMLOutputStream os)
           
 

Uses of XMLOutputStream in weblogic.xml.stream
 

Subinterfaces of XMLOutputStream in weblogic.xml.stream
 interface XMLInputOutputStream
          Deprecated. please use java standard StAX api
 

Methods in weblogic.xml.stream that return XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(OutputStream outputStream)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer, Map map)
          Deprecated.  
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(OutputStream outputStream, Map map)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(OutputStream stream)
          Deprecated. Create a new XMLOutputStream that writes to a stream that pretty prints it's output
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(Writer writer)
          Deprecated. Create a new XMLOutputStream that writes to a writer that pretty prints it's output
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(OutputStream stream, boolean writeEmptyElements)
          Deprecated.  
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(Writer writer, boolean writeEmptyElements)
          Deprecated.  
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(OutputStream stream)
          Deprecated. Create a new XMLOutputStream that writes to a stream
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Writer writer)
          Deprecated. Create a new XMLOutputStream that writes to a writer
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Document document)
          Deprecated. Create a new XMLOutputStream that writes to a DOM document
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Document document, DocumentFragment documentFragment)
          Deprecated. Create a new XMLOutputStream that writes to a DOM document fragment
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(ContentHandler handler)
          Deprecated. Create a new XMLOutputStream that writes to a SAX ContentHandler
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(OutputStream stream, boolean writeEmptyElements)
          Deprecated. Create a new XMLOutputStream that writes to a stream
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Writer writer, boolean writeEmptyElements)
          Deprecated. Create a new XMLOutputStream that writes to a writer
 

Uses of XMLOutputStream in weblogic.xml.stream.util
 

Classes in weblogic.xml.stream.util that implement XMLOutputStream
 class XMLInputOutputStreamBase
          Deprecated. please use java standard StAX api
 

Uses of XMLOutputStream in weblogic.xml.xpath
 

Methods in weblogic.xml.xpath that return XMLOutputStream
 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 destination stream.
 

Methods in weblogic.xml.xpath with parameters of type XMLOutputStream
 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 destination stream.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01