Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

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.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. 
 

Uses of XMLStreamException in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding that throw XMLStreamException
 Object SoapArrayCodecBase.EntryIterator.next()
           
 

Constructors in weblogic.xml.schema.binding that throw XMLStreamException
SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc, Deserializer component_deserializer, XMLInputStream rdr, DeserializationContext ctx)
           
 

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.specs
 

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

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(Attribute attribute)
          Deprecated.  
 void XMLOutputStream.add(String markup)
          Deprecated.  
 void XMLOutputStream.add(XMLEvent event)
          Deprecated.  
 void XMLOutputStream.add(XMLInputStream inputStream)
          Deprecated.  
 void XMLOutputStream.close()
          Deprecated.  
 void XMLInputStream.close()
          Deprecated. Closes this input stream and releases any system resources associated with the stream.
 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(OutputStream outputStream)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(OutputStream outputStream, Map map)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer, Map map)
          Deprecated.  
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(OutputStream stream, boolean writeEmptyElements)
          Deprecated.  
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(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(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
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(ContentHandler handler)
          Deprecated. Create a new XMLOutputStream that writes to a SAX ContentHandler
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(OutputStream stream)
          Deprecated. Create a new XMLOutputStream that writes to a stream
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(OutputStream stream, boolean writeEmptyElements)
          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(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
 void XMLInputOutputStreamBase.add(Attribute attribute)
          Deprecated. This method is only supported if the last element was a start element.
 void XMLInputOutputStreamBase.add(String markup)
          Deprecated.  
 void XMLInputOutputStreamBase.add(XMLEvent e)
          Deprecated.  
 void XMLInputOutputStreamBase.add(XMLInputStream stream)
          Deprecated.  
 boolean RecyclingFactory.add(XMLInputStream stream)
          Deprecated. Return a stream to the pool.
 void XMLInputStreamFilterBase.close()
          Deprecated.  
 void XMLInputOutputStreamBase.close()
          Deprecated.  
 void PipedXMLInputStreamBase.close()
          Deprecated.  
 void XMLInputOutputStreamBase.close(boolean flush)
          Deprecated.  
protected  XMLEvent PipedXMLInputStreamBase.filter(XMLEvent e)
          Deprecated.  
 void XMLInputOutputStreamBase.flush()
          Deprecated.  
 XMLInputStream XMLInputStreamFilterBase.getSubStream()
          Deprecated.  
 XMLInputStream XMLInputOutputStreamBase.getSubStream()
          Deprecated.  
 XMLInputStream PipedXMLInputStreamBase.getSubStream()
          Deprecated.  
 boolean XMLInputStreamFilterBase.hasNext()
          Deprecated.  
 boolean XMLInputOutputStreamBase.hasNext()
          Deprecated.  
 boolean PipedXMLInputStreamBase.hasNext()
          Deprecated.  
protected  XMLEvent XMLInputStreamFilterBase.modify(XMLEvent e)
          Deprecated.  
 XMLEvent XMLSubStreamBase.next()
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.next()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.next()
          Deprecated.  
 XMLEvent PipedXMLInputStreamBase.next()
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.peek()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.peek()
          Deprecated.  
 XMLEvent PipedXMLInputStreamBase.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(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
 void XMLInputStreamFilterBase.setParent(XMLInputStream parent)
          Deprecated.  
 void PipedXMLInputStreamBase.setParent(XMLInputStream parent)
          Deprecated.  
 void XMLInputStreamFilterBase.skip()
          Deprecated.  
 void XMLInputOutputStreamBase.skip()
          Deprecated.  
 void PipedXMLInputStreamBase.skip()
          Deprecated.  
 boolean XMLInputStreamFilterBase.skip(int elementType)
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(int elementType)
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(int elementType)
          Deprecated.  
 boolean XMLInputStreamFilterBase.skip(XMLName name)
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(XMLName name)
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(XMLName name)
          Deprecated.  
 boolean XMLInputStreamFilterBase.skip(XMLName name, int elementType)
          Deprecated.  
 boolean XMLInputOutputStreamBase.skip(XMLName name, int elementType)
          Deprecated.  
 boolean PipedXMLInputStreamBase.skip(XMLName name, int elementType)
          Deprecated.  
 void XMLInputStreamFilterBase.skipElement()
          Deprecated.  
 void XMLInputOutputStreamBase.skipElement()
          Deprecated.  
 void PipedXMLInputStreamBase.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, 2011, 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
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02