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

Part Number E27170-01

Uses of Interface
weblogic.xml.stream.XMLInputStream

Packages that use XMLInputStream
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.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 XMLInputStream in weblogic.jdbc.rowset
 

Methods in weblogic.jdbc.rowset with parameters of type XMLInputStream
 void WLCachedRowSet.loadXML(XMLInputStream xis)
          Deprecated. Populates the RowSet from an XML document in the XMLInputStream.
 void WLRowSetMetaData.loadXMLSchema(XMLInputStream xis)
          Deprecated. Loads the WLRowSetMetaData from an XML Schema document in the XMLInputStream.
 void CachedRowSetImpl.readXml(XMLInputStream xis)
          Deprecated.  
 

Uses of XMLInputStream in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding with parameters of type XMLInputStream
 Object Deserializer.deserialize(XMLName name, XMLInputStream reader, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 void TypeMapping.readXML(XMLInputStream stream)
          read from xml in the format defined by the webservices deployment descriptor, and add each entry found to this mapping.
 

Uses of XMLInputStream in weblogic.xml.security.encryption
 

Methods in weblogic.xml.security.encryption with parameters of type XMLInputStream
protected  void EncryptionMethod.fromXMLInternal(XMLInputStream in, String ns)
          Subclasses can override to deserialize algorithm specific parameters.
 

Constructors in weblogic.xml.security.encryption with parameters of type XMLInputStream
EncryptedKey(XMLInputStream in, String ns)
           
ReferenceList(XMLInputStream in, String ns)
           
 

Uses of XMLInputStream in weblogic.xml.security.keyinfo
 

Methods in weblogic.xml.security.keyinfo with parameters of type XMLInputStream
static KeyValue KeyValue.fromXML(XMLInputStream in, String ns)
           
static X509IssuerSerial X509IssuerSerial.fromXML(XMLInputStream in, String ns)
           
 

Constructors in weblogic.xml.security.keyinfo with parameters of type XMLInputStream
KeyInfo(XMLInputStream in, String ns)
           
X509Data(XMLInputStream in, String ns)
           
 

Uses of XMLInputStream in weblogic.xml.security.signature
 

Methods in weblogic.xml.security.signature with parameters of type XMLInputStream
 void DigestMethod.fromXMLInternal(XMLInputStream in, String ns)
          Subclasses can override to deserialize algorithm specific parameters.
protected static String[] CanonicalizationMethod.getInclusiveNamesSpacesFromXml(XMLInputStream in, String ns)
           
 

Uses of XMLInputStream in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs with parameters of type XMLInputStream
protected  void BinarySecurityTokenSpec.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
protected  void ElementIdentifier.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
 void EntityDescriptor.fromXMLInternal(XMLInputStream in)
          Deprecated.  
protected abstract  void SpecBase.fromXMLInternal(XMLInputStream in, String namespace)
          Deprecated.  
static String EntityDescriptor.getValue(XMLInputStream in, String tag)
          Deprecated.  
 

Constructors in weblogic.xml.security.specs with parameters of type XMLInputStream
BinarySecurityTokenSpec(XMLInputStream in, String ns)
          Deprecated.  
ElementIdentifier(XMLInputStream in, String ns)
          Deprecated.  
EncryptionKey(XMLInputStream in)
          Deprecated.  
EntityDescriptor(XMLInputStream in)
          Deprecated.  
SecurityDD(XMLInputStream in)
          Deprecated.  
SignatureKey(XMLInputStream in)
          Deprecated.  
SpecBase(XMLInputStream in, String ns)
          Deprecated.  
User(XMLInputStream in)
          Deprecated.  
 

Uses of XMLInputStream in weblogic.xml.security.transforms
 

Methods in weblogic.xml.security.transforms with parameters of type XMLInputStream
protected  void Transform.fromXMLInternal(XMLInputStream xin, String ns)
           
 

Uses of XMLInputStream in weblogic.xml.security.utils
 

Methods in weblogic.xml.security.utils with parameters of type XMLInputStream
 void XMLOutputStreamBase.add(XMLInputStream inputStream)
           
 Object XMLObjectReader.readObject(XMLInputStream xin)
           
 Object XMLObjectReader.readObject(XMLInputStream xin, int expectedTC)
           
abstract  Object XMLObjectReader.readObjectInternal(int tc, String namespace, XMLInputStream xin)
           
 

Uses of XMLInputStream in weblogic.xml.security.wsse
 

Subinterfaces of XMLInputStream in weblogic.xml.security.wsse
 interface SecureInputStream
          Deprecated. please use new WS Security API
 

Methods in weblogic.xml.security.wsse with parameters of type XMLInputStream
static Object WSSEReader.read(XMLInputStream in)
          Deprecated.  
static Object WSSEReader.read(XMLInputStream in, int tc)
          Deprecated.  
 Object WSSEReader.readObjectInternal(int tc, String ns, XMLInputStream xin)
          Deprecated.  
 

Uses of XMLInputStream in weblogic.xml.stream
 

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

Methods in weblogic.xml.stream that return XMLInputStream
 XMLInputStream XMLInputStreamFilter.getParent()
          Deprecated. Get the parent stream
 XMLInputStream XMLInputStream.getSubStream()
          Deprecated. getSubStream() returns a stream which points to the entire next element in the current stream.
abstract  XMLInputStream XMLInputStreamFactory.newCanonicalInputStream(XMLInputStream inputStream)
          Deprecated. Wrap a canonical stream around an XMLInputStream
abstract  XMLInputStream XMLInputStreamFactory.newDTDAwareInputStream(InputStream inputStream)
          Deprecated. Create a stream that reads and understands a DTD, can be used to canoncalize an XML source
abstract  XMLInputStream XMLInputStreamFactory.newDTDAwareInputStream(Reader reader)
          Deprecated. Create a stream that reads and understands a DTD, can be used to canoncalize an XML source
abstract  XMLInputStream XMLInputStreamFactory.newFragmentInputStream(InputStream inputStream, Map namespaces)
          Deprecated. Create a stream can parse fragments
abstract  XMLInputStream XMLInputStreamFactory.newFragmentInputStream(Reader reader, Map namespaces)
          Deprecated. Create a stream can parse fragments
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(File file)
          Deprecated. Create a new XMLInputStream from a file
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(InputStream stream)
          Deprecated. Create a new XMLInputStream from a stream
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(Reader reader)
          Deprecated. Create a new XMLInputStream from a reader
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(XMLPullReader reader, InputSource input)
          Deprecated. Create a new XMLInputStream from an InputSource
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(Document doc)
          Deprecated. Create an XMLInputStream that reads from a DOM document
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(Node node)
          Deprecated. Create an XMLInputStream that reads from a DOM node
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(XMLPullReader reader, InputSource input, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream from an InputSource read by the XMLPullReader
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(Document document, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream that reads from a DOM document
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(Node node, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream that reads from a DOM node
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(File file, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream from a file
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(InputStream stream, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream from a stream
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(Reader reader, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream from a reader
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(XMLInputStream inputStream, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream from an XMLInputStream
 XMLInputStream ReferenceResolver.resolve(String idref)
          Deprecated. Returns the xml pointed to by this idref as an XMLInputStream
 

Methods in weblogic.xml.stream with parameters of type XMLInputStream
 void XMLOutputStream.add(XMLInputStream inputStream)
          Deprecated.  
abstract  BufferedXMLInputStream XMLInputStreamFactory.newBufferedInputStream(XMLInputStream inputStream)
          Deprecated. Create a buffered XMLInputStream from an XMLInputStream
abstract  XMLInputStream XMLInputStreamFactory.newCanonicalInputStream(XMLInputStream inputStream)
          Deprecated. Wrap a canonical stream around an XMLInputStream
abstract  XMLInputStream XMLInputStreamFactory.newInputStream(XMLInputStream inputStream, ElementFilter filter)
          Deprecated. Create a filtered XMLInputStream from an XMLInputStream
 void XMLInputStreamFilter.setParent(XMLInputStream parent)
          Deprecated. Set the parent stream
 

Uses of XMLInputStream in weblogic.xml.stream.util
 

Classes in weblogic.xml.stream.util that implement XMLInputStream
 class PipedXMLInputStreamBase
          Deprecated. please use java standard StAX api
 class XMLInputOutputStreamBase
          Deprecated. please use java standard StAX api
 class XMLInputStreamFilterBase
          Deprecated. please use java standard StAX api
 class XMLSubStreamBase
          Deprecated. please use java standard StAX api
 

Fields in weblogic.xml.stream.util declared as XMLInputStream
protected  XMLInputStream PipedXMLInputStreamBase.parent
          Deprecated.  
protected  XMLInputStream XMLInputStreamFilterBase.parent
          Deprecated.  
 

Methods in weblogic.xml.stream.util that return XMLInputStream
 XMLInputStream PipedXMLInputStreamBase.getParent()
          Deprecated.  
 XMLInputStream XMLInputStreamFilterBase.getParent()
          Deprecated.  
 XMLInputStream PipedXMLInputStreamBase.getSubStream()
          Deprecated.  
 XMLInputStream XMLInputOutputStreamBase.getSubStream()
          Deprecated.  
 XMLInputStream XMLInputStreamFilterBase.getSubStream()
          Deprecated.  
 XMLInputStream RecyclingFactory.remove(InputStream stream)
          Deprecated. Get a recycled XMLInputStream from the pool or create a new one
 XMLInputStream RecyclingFactory.remove(Reader reader)
          Deprecated. Get a recycled XMLInputStream from the pool or create a new one
 XMLInputStream RecyclingFactory.remove(InputStream stream, ElementFilter filter)
          Deprecated. Get a recycled XMLInputStream from the pool or create a new one and wrap it with the desired filter
 XMLInputStream RecyclingFactory.remove(Reader reader, ElementFilter filter)
          Deprecated. Get a recycled XMLInputStream from the pool or create a new one and wrap it with the desired filter
 

Methods in weblogic.xml.stream.util with parameters of type XMLInputStream
 boolean RecyclingFactory.add(XMLInputStream stream)
          Deprecated. Return a stream to the pool.
 void XMLInputOutputStreamBase.add(XMLInputStream stream)
          Deprecated.  
 void PipedXMLInputStreamBase.setParent(XMLInputStream parent)
          Deprecated.  
 void XMLInputStreamFilterBase.setParent(XMLInputStream parent)
          Deprecated.  
 

Constructors in weblogic.xml.stream.util with parameters of type XMLInputStream
PipedXMLInputStreamBase(XMLInputStream parent)
          Deprecated.  
XMLInputStreamFilterBase(XMLInputStream parent, ElementFilter filter)
          Deprecated.  
XMLSubStreamBase(XMLInputStream parent)
          Deprecated.  
XMLSubStreamBase(XMLInputStream parent, ElementFilter filter)
          Deprecated.  
 

Uses of XMLInputStream in weblogic.xml.xpath
 

Methods in weblogic.xml.xpath that return XMLInputStream
 XMLInputStream XPathStreamFactory.createStream(XMLInputStream source)
          Returns an XMLInputStream which matches events in a given stream against the installed xpaths and notifies the corresponding installed observers.
 

Methods in weblogic.xml.xpath with parameters of type XMLInputStream
 XMLInputStream XPathStreamFactory.createStream(XMLInputStream source)
          Returns an XMLInputStream which matches events in a given stream against the installed xpaths and notifies the corresponding installed observers.
 


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