weblogic.xml.security.utils 
 
java.lang.Object 
  weblogic.xml.security.utils.XMLOutputStreamBase 
 
All Implemented Interfaces:  NSOutputStream , XMLOutputStream  
Direct Known Subclasses:  SecureSoapOutputStream  
public abstract class XMLOutputStreamBase  extends Object implements NSOutputStream    
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
dest 
protected NSOutputStream  dest  
 
 
XMLOutputStreamBase 
protected XMLOutputStreamBase () 
 
XMLOutputStreamBase 
protected XMLOutputStreamBase (XMLOutputStream  destination) 
 
setDestination 
protected void setDestination (XMLOutputStream  destination) 
 
 
 
addXMLEvent 
protected abstract void addXMLEvent (XMLEvent  event)
                             throws XMLStreamException  
 
Throws: 
XMLStreamException  
 
add 
public final void add (XMLEvent  event)
               throws XMLStreamException  
Specified by: add XMLOutputStream  
Throws: 
XMLStreamException  
 
setLastStart 
protected void setLastStart (StartElement  start) 
 
 
 
clearLastStart 
protected void clearLastStart () 
 
 
 
add 
public void add (XMLInputStream  inputStream)
         throws XMLStreamException  
Specified by: add XMLOutputStream  
Throws: 
XMLStreamException  
 
add 
public void add (String  markup)
         throws XMLStreamException  
Specified by: add XMLOutputStream  
Throws: 
XMLStreamException  
 
add 
public final void add (Attribute  attribute)
               throws XMLStreamException  
Specified by: add XMLOutputStream  
Throws: 
XMLStreamException  
 
close 
public void close ()
           throws XMLStreamException  
Specified by: close XMLOutputStream  
Throws: 
XMLStreamException  
 
close 
public void close (boolean flush)
           throws XMLStreamException  
Specified by: close XMLOutputStream  
Throws: 
XMLStreamException  
 
flush 
public void flush ()
           throws XMLStreamException  
Specified by: flush XMLOutputStream  
Throws: 
XMLStreamException  
 
addPrefix 
public void addPrefix (String  namespaceURI,
                      String  prefix) 
Specified by: addPrefix NSOutputStream  
 
 
getNamespaces 
public Map  getNamespaces () 
Specified by: getNamespaces NSOutputStream  
 
 
 
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.  
 
 PREV CLASS NEXT CLASS  
  FRAMES NO FRAMES 
  All Classes  
  
  SUMMARY: NESTED | FIELD  | CONSTR  | METHOD  
DETAIL: FIELD  | CONSTR  | METHOD