Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.xml.stream.XMLInputStream

Packages that use XMLInputStream
weblogic.jdbc.rowset   
weblogic.xml.schema.binding   
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.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
abstract  void WLCachedRowSet.loadXML(XMLInputStream xis)
          Deprecated. Populates the RowSet from an XML document in the XMLInputStream.
abstract  void WLRowSetMetaData.loadXMLSchema(XMLInputStream xis)
          Loads the WLRowSetMetaData from an XML Schema document in the XMLInputStream.
 void CachedRowSetImpl.readXml(XMLInputStream xis)
          Deprecated. WLS Extension Reads a stream based XML input to populate this WebRowSet object.

 

Uses of XMLInputStream in weblogic.xml.schema.binding

 

Methods in weblogic.xml.schema.binding with parameters of type XMLInputStream
abstract  Object Deserializer.deserialize(XMLName name, XMLInputStream reader, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
abstract  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.

 

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)
           

 

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.  

 

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
 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
abstract  XMLInputStream XMLInputStreamFilter.getParent()
          Deprecated. Get the parent stream
abstract  XMLInputStream XMLInputStream.getSubStream()
          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
abstract  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
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
abstract  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.  

 

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.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09