Package | Description |
---|---|
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.wsse.v200207 | |
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 |
---|---|---|
protected void |
EncryptionMethod.fromXMLInternal(XMLInputStream in,
java.lang.String ns) |
Subclasses can override to deserialize algorithm specific parameters.
|
Modifier and Type | Method | Description |
---|---|---|
static KeyValue |
KeyValue.fromXML(XMLInputStream in,
java.lang.String ns) |
|
static X509IssuerSerial |
X509IssuerSerial.fromXML(XMLInputStream in,
java.lang.String ns) |
Modifier and Type | Method | Description |
---|---|---|
void |
DigestMethod.fromXMLInternal(XMLInputStream in,
java.lang.String ns) |
Subclasses can override to deserialize algorithm specific parameters.
|
protected static java.lang.String[] |
CanonicalizationMethod.getInclusiveNamesSpacesFromXml(XMLInputStream in,
java.lang.String ns) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
BinarySecurityTokenSpec.fromXMLInternal(XMLInputStream in,
java.lang.String ns) |
Deprecated.
|
protected void |
ElementIdentifier.fromXMLInternal(XMLInputStream in,
java.lang.String ns) |
Deprecated.
|
void |
EntityDescriptor.fromXMLInternal(XMLInputStream in) |
Deprecated.
|
protected abstract void |
SpecBase.fromXMLInternal(XMLInputStream in,
java.lang.String namespace) |
Deprecated.
|
static java.lang.String |
EntityDescriptor.getValue(XMLInputStream in,
java.lang.String tag) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
Transform.fromXMLInternal(XMLInputStream xin,
java.lang.String ns) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
XMLObjectReader.readObject(XMLInputStream xin) |
|
java.lang.Object |
XMLObjectReader.readObject(XMLInputStream xin,
int expectedTC) |
|
abstract java.lang.Object |
XMLObjectReader.readObjectInternal(int tc,
java.lang.String namespace,
XMLInputStream xin) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SecureInputStream |
Deprecated.
please use new WS Security API
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Object |
WSSEReader.read(XMLInputStream in) |
Deprecated.
|
static java.lang.Object |
WSSEReader.read(XMLInputStream in,
int tc) |
Deprecated.
|
java.lang.Object |
WSSEReader.readObjectInternal(int tc,
java.lang.String ns,
XMLInputStream xin) |
Deprecated.
|
Modifier and Type | Interface | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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(java.io.InputStream inputStream) |
Deprecated.
Create a stream that reads and understands a DTD, can be used to canoncalize
an XML source
|
abstract XMLInputStream |
XMLInputStreamFactory.newDTDAwareInputStream(java.io.Reader reader) |
Deprecated.
Create a stream that reads and understands a DTD, can be used to canoncalize
an XML source
|
abstract XMLInputStream |
XMLInputStreamFactory.newFragmentInputStream(java.io.InputStream inputStream,
java.util.Map namespaces) |
Deprecated.
Create a stream can parse fragments
|
abstract XMLInputStream |
XMLInputStreamFactory.newFragmentInputStream(java.io.Reader reader,
java.util.Map namespaces) |
Deprecated.
Create a stream can parse fragments
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(java.io.File file) |
Deprecated.
Create a new XMLInputStream from a file
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(java.io.File file,
ElementFilter filter) |
Deprecated.
Create a filtered XMLInputStream from a file
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(java.io.InputStream stream) |
Deprecated.
Create a new XMLInputStream from a stream
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(java.io.InputStream stream,
ElementFilter filter) |
Deprecated.
Create a filtered XMLInputStream from a stream
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(java.io.Reader reader) |
Deprecated.
Create a new XMLInputStream from a reader
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(java.io.Reader reader,
ElementFilter filter) |
Deprecated.
Create a filtered XMLInputStream from a reader
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(org.w3c.dom.Document doc) |
Deprecated.
Create an XMLInputStream that reads from a DOM document
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(org.w3c.dom.Document document,
ElementFilter filter) |
Deprecated.
Create a filtered XMLInputStream that reads from a DOM document
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(org.w3c.dom.Node node) |
Deprecated.
Create an XMLInputStream that reads from a DOM node
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(org.w3c.dom.Node node,
ElementFilter filter) |
Deprecated.
Create a filtered XMLInputStream that reads from a DOM node
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(XMLPullReader reader,
org.xml.sax.InputSource input) |
Deprecated.
Create a new XMLInputStream from an InputSource
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(XMLPullReader reader,
org.xml.sax.InputSource input,
ElementFilter filter) |
Deprecated.
Create a filtered XMLInputStream from an InputSource read by the XMLPullReader
|
abstract XMLInputStream |
XMLInputStreamFactory.newInputStream(XMLInputStream inputStream,
ElementFilter filter) |
Deprecated.
Create a filtered XMLInputStream from an XMLInputStream
|
XMLInputStream |
ReferenceResolver.resolve(java.lang.String idref) |
Deprecated.
Returns the xml pointed to by this idref as an XMLInputStream
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Class | Description |
---|---|---|
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
|
Modifier and Type | Field | Description |
---|---|---|
protected XMLInputStream |
PipedXMLInputStreamBase.parent |
Deprecated.
|
protected XMLInputStream |
XMLInputStreamFilterBase.parent |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
XMLInputStream |
PipedXMLInputStreamBase.getParent() |
Deprecated.
|
XMLInputStream |
XMLInputStreamFilterBase.getParent() |
Deprecated.
|
XMLInputStream |
PipedXMLInputStreamBase.getSubStream() |
Deprecated.
|
XMLInputStream |
XMLInputOutputStreamBase.getSubStream() |
Deprecated.
|
XMLInputStream |
XMLInputStreamFilterBase.getSubStream() |
Deprecated.
|
XMLInputStream |
RecyclingFactory.remove(java.io.InputStream stream) |
Deprecated.
Get a recycled XMLInputStream from the pool
or create a new one
|
XMLInputStream |
RecyclingFactory.remove(java.io.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(java.io.Reader reader) |
Deprecated.
Get a recycled XMLInputStream from the pool
or create a new one
|
XMLInputStream |
RecyclingFactory.remove(java.io.Reader reader,
ElementFilter filter) |
Deprecated.
Get a recycled XMLInputStream from the pool
or create a new one and wrap it with the desired
filter
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|