BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.xml.stream.XMLOutputStream

Packages that use XMLOutputStream
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 XMLOutputStream in weblogic.jdbc.rowset
 

Methods in weblogic.jdbc.rowset with parameters of type XMLOutputStream
 void XMLSchemaWriter.writeSchema(XMLOutputStream xos)
           
 void XMLInstanceWriter.writeXML(XMLOutputStream xos, int rowStates)
           
 void WLRowSetMetaData.writeXMLSchema(XMLOutputStream xos)
          Writes the WLRowSetMetaData as an XML Schema document to the specified XMLOutputStream.
 void WLCachedRowSet.writeXML(XMLOutputStream xos)
          Writes the RowSet to the XMLOutputStream as an XML document.
 void WLCachedRowSet.writeXML(XMLOutputStream xos, int rowStates)
          Writes the RowSet as an XML document.
 void WebRowSetWriter.writeXML(XMLOutputStream xos, int rowStates)
           
 void CachedRowSetMetaData.writeXMLSchema(XMLOutputStream xos)
           
 void CachedRowSetImpl.writeXML(XMLOutputStream xos)
           
 void CachedRowSetImpl.writeXML(XMLOutputStream xos, int rowStates)
           
 

Constructors in weblogic.jdbc.rowset with parameters of type XMLOutputStream
XMLWriter(XMLOutputStream xos)
           
XMLWriter(XMLOutputStream xos, String defaultNamespaceUri)
           
 

Uses of XMLOutputStream in weblogic.webservice.encoding
 

Methods in weblogic.webservice.encoding with parameters of type XMLOutputStream
 void SOAPElementCodec.serialize(Object obj, XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
          Deprecated.  
 void AttachmentCodec.serialize(Object obj, XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
          Deprecated.  
 

Uses of XMLOutputStream in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding with parameters of type XMLOutputStream
 void TypeMappingBuilder.writeGeneratedSchemas(XMLOutputStream stream)
          Write out the schemas generated by calls to addMapping(XMLName,...) to the provided stream.
 void TypeMappingBuilder.writeRegisteredSchemas(XMLOutputStream stream)
          Write out the schemas generated by calls to registerSchema() to the provided stream.
 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.serializeMultiDimArray(Object obj, Serializer component_serializer, XMLName component_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void SoapArrayCodecBase.gatherContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext 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)
           
protected  void SoapArrayCodecBase.serializeOneDimArray(Object obj, Serializer component_serializer, XMLName component_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void SoapArrayCodecBase.serializeMultiDimArray(Object obj, Serializer component_serializer, XMLName component_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
 void Serializer.serialize(Object obj, XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
          Write the given Object to an XMLOutputSteam, using the information described in the mapping, using the name parameter as the name of the resulting element.
protected  void SequenceCodecBase.gatherContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void SequenceCodecBase.doContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext 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.writeTrailingBlocks(XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
static void RuntimeUtils.invoke_serializer(Object output_obj, Class java_type, XMLName xml_type, XMLName element_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
static void RuntimeUtils.invoke_serializer(Object output_obj, Class java_type, XMLName element_name, weblogic.xml.schema.binding.ClassContext class_ctx, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
static void RuntimeUtils.invoke_serializer(Object output_obj, Class java_type, XMLName element_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
static void RuntimeUtils.serializeNullElement(XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected abstract  void CodecBase.gatherContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
          fill the ObjectRefTable, do not write any xml
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.
 void CodecBase.serialize(Object obj, XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void CodecBase.serialize_internal(Object obj, XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void CodecBase.writeStartElement(XMLName name, XMLOutputStream writer)
           
protected  void CodecBase.writeEndElement(XMLName name, XMLOutputStream writer)
           
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  void BeanCodecSimpleContentBase.gatherContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext 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.gatherContents(Object obj, weblogic.xml.schema.binding.util.runtime.ObjectRefTable.Entry entry, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext 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)
           
 

Uses of XMLOutputStream in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs with parameters of type XMLOutputStream
 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.  
 void SecurityDD.toXML(XMLOutputStream out)
          Deprecated.  
 void EntityDescriptor.toXML(XMLOutputStream out)
          Deprecated.  
 void ElementIdentifier.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
 void BinarySecurityTokenSpec.toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
 

Uses of XMLOutputStream in weblogic.xml.security.wsse
 

Classes in weblogic.xml.security.wsse that implement XMLOutputStream
 class SecureSoapOutputStream
          Deprecated. please use new WS Security API
 

Methods in weblogic.xml.security.wsse with parameters of type XMLOutputStream
 void SecurityTokenReference.toXML(XMLOutputStream os)
          Deprecated.  
 

Constructors in weblogic.xml.security.wsse with parameters of type XMLOutputStream
SecureSoapOutputStream(Security security, XMLOutputStream destination)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding, String soapNS)
          Deprecated.  
 

Uses of XMLOutputStream in weblogic.xml.stream
 

Subinterfaces of XMLOutputStream in weblogic.xml.stream
 interface XMLInputOutputStream
          Deprecated. please use java standard StAX api
 

Methods in weblogic.xml.stream that return XMLOutputStream
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  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
 

Uses of XMLOutputStream in weblogic.xml.stream.util
 

Classes in weblogic.xml.stream.util that implement XMLOutputStream
 class XMLInputOutputStreamBase
          Deprecated. please use java standard StAX api
 

Uses of XMLOutputStream in weblogic.xml.xpath
 

Methods in weblogic.xml.xpath that return XMLOutputStream
 XMLOutputStream XPathStreamFactory.createStream(XMLOutputStream destination)
          Returns an XMLOutputStream which matches outbound events against the installed xpaths, notifies the appropriate installed observers, and then passes the events on to a given destination stream.
 

Methods in weblogic.xml.xpath with parameters of type XMLOutputStream
 XMLOutputStream XPathStreamFactory.createStream(XMLOutputStream destination)
          Returns an XMLOutputStream which matches outbound events against the installed xpaths, notifies the appropriate installed observers, and then passes the events on to a given destination stream.
 


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