| Package | Description | 
|---|---|
| weblogic.jdbc.rowset | Provides interfaces and classes for the WebLogic rowset implementation. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WLCachedRowSet. loadXML(XMLInputStream xis)Deprecated.  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)Deprecated.  WLS Extension
 Reads a stream based XML input to populate this WebRowSet object. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | EncryptionMethod. fromXMLInternal(XMLInputStream in,
               String ns)Subclasses can override to deserialize algorithm specific parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| static X509IssuerSerial | X509IssuerSerial. fromXML(XMLInputStream in,
       String ns) | 
| static KeyValue | KeyValue. fromXML(XMLInputStream in,
       String ns) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DigestMethod. fromXMLInternal(XMLInputStream in,
               String ns)Subclasses can override to deserialize algorithm specific parameters. | 
| protected static String[] | CanonicalizationMethod. getInclusiveNamesSpacesFromXml(XMLInputStream in,
                              String ns) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | Transform. fromXMLInternal(XMLInputStream xin,
               String ns) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | XMLObjectReader. readObject(XMLInputStream xin) | 
| Object | XMLObjectReader. readObject(XMLInputStream xin,
          int expectedTC) | 
| abstract Object | XMLObjectReader. readObjectInternal(int tc,
                  String namespace,
                  XMLInputStream xin) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SecureInputStreamDeprecated. 
 please use new WS Security API | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.  | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BufferedXMLInputStreamDeprecated. 
 please use java standard StAX api | 
| interface  | XMLInputOutputStreamDeprecated. 
 please use java standard StAX api | 
| interface  | XMLInputStreamFilterDeprecated. 
 please use java standard StAX api | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLInputStream | XMLInputStreamFilter. getParent()Deprecated.  Get the parent stream | 
| 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(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 | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
| class  | PipedXMLInputStreamBaseDeprecated. 
 please use java standard StAX api | 
| class  | XMLInputOutputStreamBaseDeprecated. 
 please use java standard StAX api | 
| class  | XMLInputStreamFilterBaseDeprecated. 
 please use java standard StAX api | 
| class  | XMLSubStreamBaseDeprecated. 
 please use java standard StAX api | 
| Modifier and Type | Field and Description | 
|---|---|
| protected XMLInputStream | XMLInputStreamFilterBase. parentDeprecated.  | 
| protected XMLInputStream | PipedXMLInputStreamBase. parentDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.  | 
| Modifier and Type | Method and 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 and 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. |