BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.xml.stream.XMLInputStream

Packages that use XMLInputStream
weblogic.jdbc.rowset   
weblogic.webservice.encoding   
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
weblogic.xml.security.specs   
weblogic.xml.security.wsse   
weblogic.xml.stream   
weblogic.xml.stream.util   
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. 
 

Uses of XMLInputStream in weblogic.jdbc.rowset
 

Methods in weblogic.jdbc.rowset with parameters of type XMLInputStream
 void XMLSchemaReader.loadSchema(XMLInputStream xis)
           
 void XMLInstanceReader.loadXML(XMLInputStream stream)
           
 void WLRowSetMetaData.loadXMLSchema(XMLInputStream xis)
          Loads the WLRowSetMetaData from an XML Schema document in the XMLInputStream.
 void WLCachedRowSet.loadXML(XMLInputStream xis)
          Populates the RowSet from an XML document in the XMLInputStream.
 void WebRowSetReader.loadXML(XMLInputStream stream)
           
 void CachedRowSetMetaData.loadXMLSchema(XMLInputStream xis)
           
 void CachedRowSetImpl.loadXML(XMLInputStream xis)
           
 void CachedRowSetImpl.readXml(XMLInputStream xis)
           
 

Uses of XMLInputStream in weblogic.webservice.encoding
 

Methods in weblogic.webservice.encoding with parameters of type XMLInputStream
 Object SOAPElementCodec.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
          Deprecated.  
 Object AttachmentCodec.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
          Deprecated.  
 

Uses of XMLInputStream in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding with parameters of type XMLInputStream
abstract  weblogic.xml.schema.binding.TypeMappingBuilder TypeMappingBuilderFactory.createTypeMappingBuilder(XMLInputStream initial_mapping)
          starting type mapping will be taken from the given stream.
 void TypeMappingBuilder.addMapping(XMLName xml_name, XMLInputStream reader, weblogic.xml.schema.binding.SchemaContext ctx)
          create a TypeMappingEntry for this class by generating a corresponding java class using the binding configuration and schema context.
 void TypeMappingBuilder.addMapping(XMLName xml_name, XMLInputStream reader)
          create a TypeMappingEntry for this class by generating a corresponding java class using the binding configuration and schema context.
 void TypeMappingBuilder.registerSchema(XMLInputStream reader)
          register a schema for a possible future mapping.
 void TypeMappingBuilder.processSchemas(XMLInputStream reader, String origin_url)
          generate the corresponding java classes, serializers, and deserializers for a group of schemas, mapping schema namespace URI's to java package names.
 void TypeMappingBuilder.processSchemaTypes(XMLInputStream reader, String origin_url, weblogic.xml.schema.binding.TypeDescriptor[] types)
          generate the corresponding java classes, serializers, and deserializers for a the given types found in the passed in xml input stream, mapping schema namespace URI's to java package names.
 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.
 Object SoapArrayCodecBase.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
 Object SequenceCodecBase.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
 Object SequenceCodecBase.deserialize_incomplete(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
static Object RuntimeUtils.invoke_deserializer(XMLName expected_name, XMLName xml_type, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
static Object RuntimeUtils.invoke_deserializer(XMLName expected_name, XMLName xml_type, Class java_type, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
static Object RuntimeUtils.invoke_deserializer(XMLName expected_name, XMLName xml_type, weblogic.xml.schema.binding.SchemaContext schema_ctx, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
static Object RuntimeUtils.invoke_deserializer(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context, weblogic.xml.schema.binding.TypeMappingEntry entry)
           
 Object Deserializer.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 Object CodecBase.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext 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 static StartElement CodecBase.getNextStartElement(XMLInputStream reader)
           
protected static StartElement CodecBase.getNextStartElement(XMLInputStream reader, boolean eat_end_elem)
           
 Object BeanExceptionCodecBase.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void BeanCodecSimpleContentBase.processElements(Object obj, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
           
 Object BeanCodecBase.deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext 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)
           
 

Constructors in weblogic.xml.schema.binding with parameters of type XMLInputStream
SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc, Deserializer component_deserializer, XMLInputStream rdr, weblogic.xml.schema.binding.DeserializationContext ctx)
           
 

Uses of XMLInputStream in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs with parameters of type XMLInputStream
protected  void UsernameTokenSpec.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
protected abstract  void SpecBase.fromXMLInternal(XMLInputStream in, String namespace)
          Deprecated.  
 void EntityDescriptor.fromXMLInternal(XMLInputStream in)
          Deprecated.  
static String EntityDescriptor.getValue(XMLInputStream in, String tag)
          Deprecated.  
protected  void ElementIdentifier.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
protected  void BinarySecurityTokenSpec.fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
 

Constructors in weblogic.xml.security.specs with parameters of type XMLInputStream
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 XMLInputStream in weblogic.xml.security.wsse
 

Subinterfaces of XMLInputStream in weblogic.xml.security.wsse
 interface SecureInputStream
          Deprecated. please use new WS Security API
 

Methods in weblogic.xml.security.wsse with parameters of type XMLInputStream
 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.  
 

Constructors in weblogic.xml.security.wsse with parameters of type XMLInputStream
SecureSoapInputStream(XMLInputStream origin, String role, PrivateKey key)
          Deprecated.  
SecureSoapInputStream(XMLInputStream origin, String role, weblogic.xml.security.keyinfo.KeyResolver resolver)
          Deprecated.  
 

Uses of XMLInputStream in weblogic.xml.stream
 

Subinterfaces of XMLInputStream in weblogic.xml.stream
 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
 

Methods in weblogic.xml.stream that return XMLInputStream
 XMLInputStream XMLInputStreamFilter.getParent()
          Deprecated. Get 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  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
 XMLInputStream XMLInputStream.getSubStream()
          Deprecated. getSubStream() returns a stream which points to the entire next element in the current stream.
 XMLInputStream ReferenceResolver.resolve(String idref)
          Deprecated. Returns the xml pointed to by this idref as an XMLInputStream
 

Methods in weblogic.xml.stream with parameters of type XMLInputStream
 void XMLOutputStream.add(XMLInputStream inputStream)
          Deprecated.  
 void XMLInputStreamFilter.setParent(XMLInputStream parent)
          Deprecated. Set the parent stream
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
 

Uses of XMLInputStream in weblogic.xml.stream.util
 

Classes in weblogic.xml.stream.util that implement XMLInputStream
 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
 

Fields in weblogic.xml.stream.util declared as XMLInputStream
protected  XMLInputStream XMLInputStreamFilterBase.parent
          Deprecated.  
protected  XMLInputStream PipedXMLInputStreamBase.parent
          Deprecated.  
 

Methods in weblogic.xml.stream.util that return XMLInputStream
 XMLInputStream XMLInputStreamFilterBase.getSubStream()
          Deprecated.  
 XMLInputStream XMLInputStreamFilterBase.getParent()
          Deprecated.  
 XMLInputStream XMLInputOutputStreamBase.getSubStream()
          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
 XMLInputStream PipedXMLInputStreamBase.getSubStream()
          Deprecated.  
 XMLInputStream PipedXMLInputStreamBase.getParent()
          Deprecated.  
 

Methods in weblogic.xml.stream.util with parameters of type XMLInputStream
 void XMLInputStreamFilterBase.setParent(XMLInputStream parent)
          Deprecated.  
 void XMLInputOutputStreamBase.add(XMLInputStream stream)
          Deprecated.  
 boolean RecyclingFactory.add(XMLInputStream stream)
          Deprecated. Return a stream to the pool.
 void PipedXMLInputStreamBase.setParent(XMLInputStream parent)
          Deprecated.  
 

Constructors in weblogic.xml.stream.util with parameters of type XMLInputStream
XMLSubStreamBase(XMLInputStream parent)
          Deprecated.  
XMLSubStreamBase(XMLInputStream parent, ElementFilter filter)
          Deprecated.  
XMLInputStreamFilterBase(XMLInputStream parent, ElementFilter filter)
          Deprecated.  
PipedXMLInputStreamBase(XMLInputStream parent)
          Deprecated.  
 

Uses of XMLInputStream in weblogic.xml.xpath
 

Methods in weblogic.xml.xpath that return XMLInputStream
 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.
 

Methods in weblogic.xml.xpath with parameters of type XMLInputStream
 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.
 


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