BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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   
weblogic.xml.security.specs   
weblogic.xml.security.wsse   
weblogic.xml.stream   
weblogic.xml.stream.util   
 

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.
protected  void TypedSoapArrayCodecBase.populateArray(Object array, SoapArrayCodecBase.EntryIterator entry_itr, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void TypedSoapArrayCodecBase.populateArray(Object array, SoapArrayCodecBase.EntryIterator entry_itr, int curr_dim, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  Object SoapArrayCodecBase.createAndPopulateArray(SoapArrayCodecBase.EntryIterator entry_itr, weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc, String id, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  Object SoapArrayCodecBase.populateAccumulator(weblogic.xml.schema.binding.util.runtime.Accumulator accum, SoapArrayCodecBase.EntryIterator entry_itr, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void SoapArrayCodecBase.populateArray(Object array, SoapArrayCodecBase.EntryIterator entry_itr, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void SoapArrayCodecBase.populateComponentArray(Object array, SoapArrayCodecBase.EntryIterator entry_itr, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  String SoapArrayCodecBase.writeSoapArrayType(Object obj, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void SoapArrayCodecBase.writeContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
 Object SoapArrayCodecBase.EntryIterator.next()
           
 Object SequenceCodecBase.deserialize_incomplete(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void SequenceCodecBase.writeContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
static void RuntimeUtils.serializeNullElement(XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected static Object CodecBase.deserializeReferredObject(String ref_id, Deserializer deser, XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext ctx)
          take ref resolve it, and return resolved object.
protected abstract  void CodecBase.writeContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
          write the body of the xml.
protected  void CodecBase.writeStartElement(XMLName name, XMLOutputStream writer)
           
protected  void CodecBase.writeEndElement(XMLName name, XMLOutputStream writer)
           
protected static String CodecBase.fillPrefixAddToMap(weblogic.xml.schema.model.ExpName ename, weblogic.xml.schema.binding.SerializationContext context)
           
protected static void CodecBase.declareNamespace(XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected static String CodecBase.fillPrefixDeclareNamespace(weblogic.xml.schema.model.ExpName ename, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
          fill in the prefix on ename.
protected static StartElement CodecBase.getNextStartElement(XMLInputStream reader)
           
protected static StartElement CodecBase.getNextStartElement(XMLInputStream reader, boolean eat_end_elem)
           
protected  void BeanCodecSimpleContentBase.processElements(Object obj, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void BeanCodecSimpleContentBase.writeElementContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void BeanCodecBase.processElements(Object obj, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void BeanCodecBase.processAllElements(Object obj, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  Object BeanCodecBase.processElement(int prop_idx, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void BeanCodecBase.processAttribute(Object obj, int prop_idx, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void BeanCodecBase.processAttributes(Object obj, StartElement start_elem, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void BeanCodecBase.writeContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void BeanCodecBase.writeAttributeContents(Object obj, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void BeanCodecBase.writeElementContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
 

Constructors in weblogic.xml.schema.binding that throw XMLStreamException
SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc, Deserializer component_deserializer, XMLInputStream rdr, weblogic.xml.schema.binding.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
protected  void UsernameTokenSpec.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
 void UsernameTokenSpec.toXML(XMLOutputStream out)
          Deprecated.  
 void UsernameTokenSpec.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
 void SpecBase.toXML(XMLOutputStream out)
          Deprecated.  
abstract  void SpecBase.toXML(XMLOutputStream out, String namespace, int indent)
          Deprecated.  
protected abstract  void SpecBase.fromXMLInternal(XMLInputStream in, String namespace)
          Deprecated.  
 void SecurityDD.toXML(XMLOutputStream out)
          Deprecated.  
 void EntityDescriptor.fromXMLInternal(XMLInputStream in)
          Deprecated.  
 void EntityDescriptor.toXML(XMLOutputStream out)
          Deprecated.  
static String EntityDescriptor.getValue(XMLInputStream in, String tag)
          Deprecated.  
 void ElementIdentifier.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
protected  void ElementIdentifier.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
protected  void BinarySecurityTokenSpec.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
 void BinarySecurityTokenSpec.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
 

Constructors in weblogic.xml.security.specs that throw XMLStreamException
UsernameTokenSpec(XMLInputStream in, String ns)
          Deprecated.  
User(XMLInputStream in)
          Deprecated.  
TimestampConfig(XMLInputStream input)
          Deprecated.  
SpecBase(XMLInputStream in, String ns)
          Deprecated.  
SignatureKey(XMLInputStream in)
          Deprecated.  
SecurityDD(XMLInputStream in)
          Deprecated.  
EntityDescriptor(XMLInputStream in)
          Deprecated.  
EncryptionKey(XMLInputStream in)
          Deprecated.  
ElementIdentifier(XMLInputStream in, String ns)
          Deprecated.  
BinarySecurityTokenSpec(XMLInputStream in, String ns)
          Deprecated.  
 

Uses of XMLStreamException in weblogic.xml.security.wsse
 

Methods in weblogic.xml.security.wsse that throw XMLStreamException
 Object WSSEReader.readObjectInternal(int tc, String ns, XMLInputStream xin)
          Deprecated.  
static Object WSSEReader.read(XMLInputStream in)
          Deprecated.  
static Object WSSEReader.read(XMLInputStream in, int tc)
          Deprecated.  
 void SecurityTokenReference.toXML(XMLOutputStream os)
          Deprecated.  
protected  void SecureSoapOutputStream.addXMLEvent(XMLEvent event)
          Deprecated.  
 SecurityAssertion[] SecureSoapInputStream.getSecurityAssertions()
          Deprecated. getSecurityAssertions returns the set of security related assertions that are supported by the Security element from the message that are targeted for this actor.
 Set SecureSoapInputStream.getBodyElementNames()
          Deprecated.  
 Set SecureSoapInputStream.getHeaderElementNames()
          Deprecated.  
 Set SecureSoapInputStream.getAllElementNames()
          Deprecated.  
 XMLEvent SecureSoapInputStream.next()
          Deprecated.  
 

Constructors in weblogic.xml.security.wsse that throw XMLStreamException
SecureSoapOutputStream(Security security, XMLOutputStream destination)
          Deprecated.  
SecureSoapInputStream(XMLInputStream origin, String role, PrivateKey key)
          Deprecated.  
SecureSoapInputStream(XMLInputStream origin, String role, weblogic.xml.security.keyinfo.KeyResolver resolver)
          Deprecated.  
 

Uses of XMLStreamException in weblogic.xml.stream
 

Methods in weblogic.xml.stream that throw XMLStreamException
static void XMLStream.main(String[] args)
          Deprecated.  
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.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  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  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.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
 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 XMLOutputStream.close()
          Deprecated.  
 void XMLOutputStream.close(boolean flush)
          Deprecated.  
 void XMLOutputStream.flush()
          Deprecated.  
 void XMLInputStreamFilter.setParent(XMLInputStream parent)
          Deprecated. Set the parent stream
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  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.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  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
 XMLEvent XMLInputStream.next()
          Deprecated. Get the next XMLEvent on the stream
 boolean XMLInputStream.hasNext()
          Deprecated. Check if there are more events to pull of the stream
 void XMLInputStream.skip()
          Deprecated. Skip the next stream event
 void XMLInputStream.skipElement()
          Deprecated. Skips the entire next start tag / end tag pair.
 XMLEvent XMLInputStream.peek()
          Deprecated. Check the next XMLEvent without reading it from the stream.
 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.
 XMLInputStream XMLInputStream.getSubStream()
          Deprecated. getSubStream() returns a stream which points to the entire next element in the current stream.
 void XMLInputStream.close()
          Deprecated. Closes this input stream and releases any system resources associated with the stream.
 XMLInputStream ReferenceResolver.resolve(String idref)
          Deprecated. Returns the xml pointed to by this idref as an XMLInputStream
 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.
 void BufferedXMLInputStream.reset()
          Deprecated. Resets the stream to the previous mark.
 

Uses of XMLStreamException in weblogic.xml.stream.util
 

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

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.