|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLInputStream | |
---|---|
weblogic.jdbc.rowset | Provides interfaces and classes for the WebLogic rowset implementation. |
weblogic.webservice.encoding | Deprecated. Provides classes for weblogic.webservice.encoding>. |
weblogic.xml.schema.binding | Provides a framework for defining a data binding between XML Schema types and Java types. |
weblogic.xml.security.specs | Deprecated. Provides interfaces and classes for weblogic.xml.security.specs . |
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)
Populates the RowSet from an XML document in the XMLInputStream. |
void |
WLRowSetMetaData.loadXMLSchema(XMLInputStream xis)
Loads the WLRowSetMetaData from an XML Schema document in the XMLInputStream. |
void |
CachedRowSetImpl.readXml(XMLInputStream xis)
|
Uses of XMLInputStream in weblogic.webservice.encoding |
---|
Methods in weblogic.webservice.encoding with parameters of type XMLInputStream | |
---|---|
Object |
SOAPElementCodec.deserialize(XMLName name,
XMLInputStream reader,
DeserializationContext context)
Deprecated. |
Object |
AttachmentCodec.deserialize(XMLName name,
XMLInputStream reader,
DeserializationContext context)
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. |
Constructors in weblogic.xml.schema.binding with parameters of type XMLInputStream | |
---|---|
SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc,
Deserializer component_deserializer,
XMLInputStream rdr,
DeserializationContext ctx)
|
Uses of XMLInputStream in weblogic.xml.security.specs |
---|
Methods in weblogic.xml.security.specs with parameters of type XMLInputStream | |
---|---|
void |
EntityDescriptor.fromXMLInternal(XMLInputStream in)
Deprecated. |
protected abstract void |
SpecBase.fromXMLInternal(XMLInputStream in,
String namespace)
Deprecated. |
protected void |
ElementIdentifier.fromXMLInternal(XMLInputStream in,
String ns)
Deprecated. |
protected void |
BinarySecurityTokenSpec.fromXMLInternal(XMLInputStream in,
String ns)
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. |
|
TimestampConfig(XMLInputStream input)
Deprecated. |
|
User(XMLInputStream in)
Deprecated. |
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(Document doc)
Deprecated. Create an XMLInputStream that reads from a DOM document |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(Document document,
ElementFilter filter)
Deprecated. Create a filtered XMLInputStream that reads from a DOM document |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(File file)
Deprecated. Create a new XMLInputStream from a file |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(File file,
ElementFilter filter)
Deprecated. Create a filtered XMLInputStream from a file |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(InputStream stream)
Deprecated. Create a new XMLInputStream from a stream |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(InputStream stream,
ElementFilter filter)
Deprecated. Create a filtered XMLInputStream from a stream |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(Node node)
Deprecated. Create an XMLInputStream that reads from a DOM node |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(Node node,
ElementFilter filter)
Deprecated. Create a filtered XMLInputStream that reads from a DOM node |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(Reader reader)
Deprecated. Create a new XMLInputStream from a reader |
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 |
XMLInputStreamFactory.newInputStream(XMLPullReader reader,
InputSource input)
Deprecated. Create a new XMLInputStream from an InputSource |
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(XMLPullReader reader,
InputSource input,
ElementFilter filter)
Deprecated. Create a filtered XMLInputStream from an InputSource read by the XMLPullReader |
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 |
XMLInputStreamFilterBase.parent
Deprecated. |
protected XMLInputStream |
PipedXMLInputStreamBase.parent
Deprecated. |
Methods in weblogic.xml.stream.util that return XMLInputStream | |
---|---|
XMLInputStream |
XMLInputStreamFilterBase.getParent()
Deprecated. |
XMLInputStream |
PipedXMLInputStreamBase.getParent()
Deprecated. |
XMLInputStream |
XMLInputStreamFilterBase.getSubStream()
Deprecated. |
XMLInputStream |
XMLInputOutputStreamBase.getSubStream()
Deprecated. |
XMLInputStream |
PipedXMLInputStreamBase.getSubStream()
Deprecated. |
XMLInputStream |
RecyclingFactory.remove(InputStream stream)
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)
Deprecated. Get a recycled XMLInputStream from the pool or create a new one |
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 | |
---|---|
void |
XMLInputOutputStreamBase.add(XMLInputStream stream)
Deprecated. |
boolean |
RecyclingFactory.add(XMLInputStream stream)
Deprecated. Return a stream to the pool. |
void |
XMLInputStreamFilterBase.setParent(XMLInputStream parent)
Deprecated. |
void |
PipedXMLInputStreamBase.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. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |