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

Part Number E27170-01

Uses of Class
weblogic.xml.stream.XMLStreamException

Packages that use XMLStreamException
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
weblogic.xml.security Deprecated. Provides interfaces and classes for weblogic.xml.security
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. 
 

Uses of XMLStreamException in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding that throw XMLStreamException
 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.
 void TypeMapping.writeXML(XMLOutputStream xout)
          write each entry found to this mapping to xml in the format defined by the webservices deployment descriptor.
 

Uses of XMLStreamException in weblogic.xml.security
 

Subclasses of XMLStreamException in weblogic.xml.security
 class SecurityProcessingException
          Deprecated. please use new WS Security API
 

Uses of XMLStreamException in weblogic.xml.security.encryption
 

Subclasses of XMLStreamException in weblogic.xml.security.encryption
 class EncryptionException
           
 

Methods in weblogic.xml.security.encryption that throw XMLStreamException
protected  void EncryptionMethod.fromXMLInternal(XMLInputStream in, String ns)
          Subclasses can override to deserialize algorithm specific parameters.
abstract  void CipherData.toXML(XMLOutputStream out, String ns, int indent)
           
 void EncryptedKey.toXML(XMLOutputStream xos, int indent)
           
 void EncryptedKey.toXML(XMLOutputStream xos, String ns, int indent)
           
 void EncryptionMethod.toXML(XMLOutputStream out, String ns, int indent)
           
 void ReferenceList.toXML(XMLOutputStream out, String ns, int indent)
           
protected  void EncryptionMethod.toXMLInternal(XMLOutputStream out, String ns, int indent)
          Allow subclasses to add elements
 

Constructors in weblogic.xml.security.encryption that throw XMLStreamException
EncryptedKey(XMLInputStream in, String ns)
           
ReferenceList(XMLInputStream in, String ns)
           
 

Uses of XMLStreamException in weblogic.xml.security.keyinfo
 

Subclasses of XMLStreamException in weblogic.xml.security.keyinfo
 class KeyResolverException
           
 

Methods in weblogic.xml.security.keyinfo that throw XMLStreamException
static KeyValue KeyValue.fromXML(XMLInputStream in, String ns)
           
static X509IssuerSerial X509IssuerSerial.fromXML(XMLInputStream in, String ns)
           
 void KeyInfo.toXML(XMLOutputStream os, int indent)
           
 void KeyInfo.toXML(XMLOutputStream os, String ns, int indent)
           
abstract  void KeyValue.toXML(XMLOutputStream xos, String ns, int indent)
           
 void X509Data.toXML(XMLOutputStream xos, String ns, int indent)
           
 void X509IssuerSerial.toXML(XMLOutputStream xos, String ns, int indent)
           
 

Constructors in weblogic.xml.security.keyinfo that throw XMLStreamException
KeyInfo(XMLInputStream in, String ns)
           
X509Data(XMLInputStream in, String ns)
           
 

Uses of XMLStreamException in weblogic.xml.security.signature
 

Subclasses of XMLStreamException in weblogic.xml.security.signature
 class XMLSignatureException
           
 

Methods in weblogic.xml.security.signature that throw XMLStreamException
 void DigestMethod.fromXMLInternal(XMLInputStream in, String ns)
          Subclasses can override to deserialize algorithm specific parameters.
protected static String[] CanonicalizationMethod.getInclusiveNamesSpacesFromXml(XMLInputStream in, String ns)
           
 void CanonicalizationMethod.toXML(XMLOutputStream out, String ns, int indent)
           
 void DigestMethod.toXML(XMLOutputStream out, String ns, int indent)
           
 void Reference.toXML(XMLOutputStream xos, String ns, int indent)
           
 void Signature.toXML(XMLOutputStream xos, String ns, int indent)
           
 

Uses of XMLStreamException in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs that throw XMLStreamException
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.  
 void BinarySecurityTokenSpec.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
 void ElementIdentifier.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
 void EntityDescriptor.toXML(XMLOutputStream out)
          Deprecated.  
 void SecurityDD.toXML(XMLOutputStream out)
          Deprecated.  
 void SpecBase.toXML(XMLOutputStream out)
          Deprecated.  
abstract  void SpecBase.toXML(XMLOutputStream out, String namespace, int indent)
          Deprecated.  
 

Constructors in weblogic.xml.security.specs that throw XMLStreamException
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 XMLStreamException in weblogic.xml.security.transforms
 

Subclasses of XMLStreamException in weblogic.xml.security.transforms
 class IncompatibleTransformException
           
 class TransformException
           
 

Methods in weblogic.xml.security.transforms that throw XMLStreamException
protected  void Transform.fromXMLInternal(XMLInputStream xin, String ns)
           
abstract  XMLOutputStream Transform.getXMLOutputStream()
           
 void Transform.toXML(XMLOutputStream xos, String ns, int indent)
           
protected  void Transform.toXMLInternal(XMLOutputStream xos, String ns, int indent)
           
 

Uses of XMLStreamException in weblogic.xml.security.utils
 

Subclasses of XMLStreamException in weblogic.xml.security.utils
 class XMLSecurityException
           
 

Methods in weblogic.xml.security.utils that throw XMLStreamException
 void XMLOutputStreamBase.add(XMLEvent event)
           
 void XMLOutputStreamBase.add(XMLInputStream inputStream)
           
 void XMLOutputStreamBase.add(String markup)
           
 void XMLOutputStreamBase.add(Attribute attribute)
           
protected abstract  void XMLOutputStreamBase.addXMLEvent(XMLEvent event)
           
 void XMLOutputStreamBase.close()
           
 void XMLOutputStreamBase.close(boolean flush)
           
 void XMLOutputStreamBase.flush()
           
 Object XMLObjectReader.readObject(XMLInputStream xin)
           
 Object XMLObjectReader.readObject(XMLInputStream xin, int expectedTC)
           
abstract  Object XMLObjectReader.readObjectInternal(int tc, String namespace, XMLInputStream xin)
           
 

Uses of XMLStreamException in weblogic.xml.security.wsse
 

Methods in weblogic.xml.security.wsse that throw XMLStreamException
protected  void SecureSoapOutputStream.addXMLEvent(XMLEvent event)
          Deprecated.  
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.  
 void SecurityTokenReference.toXML(XMLOutputStream os)
          Deprecated.  
 

Constructors in weblogic.xml.security.wsse that throw XMLStreamException
SecureSoapOutputStream(Security security, XMLOutputStream destination)
          Deprecated.  
 

Uses of XMLStreamException in weblogic.xml.stream
 

Methods in weblogic.xml.stream that throw XMLStreamException
 void XMLOutputStream.add(XMLEvent event)
          Deprecated.  
 void XMLOutputStream.add(XMLInputStream inputStream)
          Deprecated.  
 void XMLOutputStream.add(String markup)
          Deprecated.  
 void XMLOutputStream.add(Attribute attribute)
          Deprecated.  
 void XMLInputStream.close()
          Deprecated. Closes this input stream and releases any system resources associated with the stream.
 void XMLOutputStream.close()
          Deprecated.  
 void XMLOutputStream.close(boolean flush)
          Deprecated.  
 void XMLOutputStream.flush()
          Deprecated.  
 XMLInputStream XMLInputStream.getSubStream()
          Deprecated. getSubStream() returns a stream which points to the entire next element in the current stream.
 boolean XMLInputStream.hasNext()
          Deprecated. Check if there are more events to pull of the stream
static void XMLStream.main(String[] args)
          Deprecated.  
 void BufferedXMLInputStream.mark()
          Deprecated. Sets the marks a point to return to in the stream, throws an exception if the stream does not support mark.
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  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(OutputStream outputStream)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer, Map map)
          Deprecated.  
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(OutputStream outputStream, Map map)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(OutputStream stream)
          Deprecated. Create a new XMLOutputStream that writes to a stream that pretty prints it's output
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(Writer writer)
          Deprecated. Create a new XMLOutputStream that writes to a writer that pretty prints it's output
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(OutputStream stream, boolean writeEmptyElements)
          Deprecated.  
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(Writer writer, boolean writeEmptyElements)
          Deprecated.  
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  XMLInputOutputStream XMLOutputStreamFactory.newInputOutputStream()
          Deprecated. Create a new XMLInputOutputStream that can be passed into a method that takes an XMLOutputStream and read from like an XMLInputStream
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  XMLOutputStream XMLOutputStreamFactory.newOutputStream(OutputStream stream)
          Deprecated. Create a new XMLOutputStream that writes to a stream
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Writer writer)
          Deprecated. Create a new XMLOutputStream that writes to a writer
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Document document)
          Deprecated. Create a new XMLOutputStream that writes to a DOM document
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Document document, DocumentFragment documentFragment)
          Deprecated. Create a new XMLOutputStream that writes to a DOM document fragment
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(ContentHandler handler)
          Deprecated. Create a new XMLOutputStream that writes to a SAX ContentHandler
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(OutputStream stream, boolean writeEmptyElements)
          Deprecated. Create a new XMLOutputStream that writes to a stream
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Writer writer, boolean writeEmptyElements)
          Deprecated. Create a new XMLOutputStream that writes to a writer
 XMLEvent XMLInputStream.next()
          Deprecated. Get the next XMLEvent on the stream
 XMLEvent XMLInputStream.peek()
          Deprecated. Check the next XMLEvent without reading it from the stream.
 void BufferedXMLInputStream.reset()
          Deprecated. Resets the stream to the previous mark.
 XMLInputStream ReferenceResolver.resolve(String idref)
          Deprecated. Returns the xml pointed to by this idref as an XMLInputStream
abstract  void XMLInputStreamFactory.setFilter(ElementFilter filter)
          Deprecated. Allows you to set a default filter for the factory that will wrap all streams created from this factory
 void XMLInputStreamFilter.setParent(XMLInputStream parent)
          Deprecated. Set the parent stream
 void XMLInputStream.skip()
          Deprecated. Skip the next stream event
 boolean XMLInputStream.skip(int eventType)
          Deprecated. Position the stream at the next XMLEvent of this type.
 boolean XMLInputStream.skip(XMLName name)
          Deprecated. Position the stream at the next element of this name.
 boolean XMLInputStream.skip(XMLName name, int eventType)
          Deprecated. Position the stream at the next element of this name and this type.
 void XMLInputStream.skipElement()
          Deprecated. Skips the entire next start tag / end tag pair.
 

Uses of XMLStreamException in weblogic.xml.stream.util
 

Methods in weblogic.xml.stream.util that throw XMLStreamException
 boolean RecyclingFactory.add(XMLInputStream stream)
          Deprecated. Return a stream to the pool.
 void XMLInputOutputStreamBase.add(XMLEvent e)
          Deprecated.  
 void XMLInputOutputStreamBase.add(Attribute attribute)
          Deprecated. This method is only supported if the last element was a start element.
 void XMLInputOutputStreamBase.add(XMLInputStream stream)
          Deprecated.  
 void XMLInputOutputStreamBase.add(String markup)
          Deprecated.  
 void PipedXMLInputStreamBase.close()
          Deprecated.  
 void XMLInputOutputStreamBase.close()
          Deprecated.  
 void XMLInputOutputStreamBase.close(boolean flush)
          Deprecated.  
 void XMLInputStreamFilterBase.close()
          Deprecated.  
protected  XMLEvent PipedXMLInputStreamBase.filter(XMLEvent e)
          Deprecated.  
 void XMLInputOutputStreamBase.flush()
          Deprecated.  
 XMLInputStream PipedXMLInputStreamBase.getSubStream()
          Deprecated.  
 XMLInputStream XMLInputOutputStreamBase.getSubStream()
          Deprecated.  
 XMLInputStream XMLInputStreamFilterBase.getSubStream()
          Deprecated.  
 boolean PipedXMLInputStreamBase.hasNext()
          Deprecated.  
 boolean XMLInputOutputStreamBase.hasNext()
          Deprecated.  
 boolean XMLInputStreamFilterBase.hasNext()
          Deprecated.  
protected  XMLEvent XMLInputStreamFilterBase.modify(XMLEvent e)
          Deprecated.  
 XMLEvent PipedXMLInputStreamBase.next()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.next()
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.next()
          Deprecated.  
 XMLEvent XMLSubStreamBase.next()
          Deprecated.  
 XMLEvent PipedXMLInputStreamBase.peek()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.peek()
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.peek()
          Deprecated.  
 void XMLInputStreamFilterBase.pushBack(XMLEvent e)
          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
 void PipedXMLInputStreamBase.setParent(XMLInputStream parent)
          Deprecated.  
 void XMLInputStreamFilterBase.setParent(XMLInputStream parent)
          Deprecated.  
 void PipedXMLInputStreamBase.skip()
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(int elementType)
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(XMLName name)
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(XMLName name, int elementType)
          Deprecated.  
 void XMLInputOutputStreamBase.skip()
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(int elementType)
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(XMLName name)
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(XMLName name, int elementType)
          Deprecated.  
 void XMLInputStreamFilterBase.skip()
          Deprecated.  
 boolean XMLInputStreamFilterBase.skip(int elementType)
          Deprecated.  
 boolean XMLInputStreamFilterBase.skip(XMLName name)
          Deprecated.  
 boolean XMLInputStreamFilterBase.skip(XMLName name, int elementType)
          Deprecated.  
 void PipedXMLInputStreamBase.skipElement()
          Deprecated.  
 void XMLInputOutputStreamBase.skipElement()
          Deprecated.  
 void XMLInputStreamFilterBase.skipElement()
          Deprecated.  
 

Constructors in weblogic.xml.stream.util that throw XMLStreamException
PipedXMLInputStreamBase(XMLInputStream parent)
          Deprecated.  
XMLInputStreamFilterBase(XMLInputStream parent, ElementFilter filter)
          Deprecated.  
XMLSubStreamBase(XMLInputStream parent)
          Deprecated.  
XMLSubStreamBase(XMLInputStream parent, ElementFilter filter)
          Deprecated.  
 


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