Apache CXF API

org.apache.cxf.binding.corba.runtime
Class CorbaFaultStreamWriter

java.lang.Object
  extended by org.apache.cxf.binding.corba.runtime.CorbaStreamWriter
      extended by org.apache.cxf.binding.corba.runtime.CorbaFaultStreamWriter
All Implemented Interfaces:
javax.xml.stream.XMLStreamWriter

public class CorbaFaultStreamWriter
extends CorbaStreamWriter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.binding.corba.runtime.CorbaStreamWriter
CorbaStreamWriter.CorbaNamespaceContext
 
Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.runtime.CorbaStreamWriter
ctx, currentTypeListener, defaultNS, listeners, orb, serviceInfo, typeMap
 
Constructor Summary
CorbaFaultStreamWriter(ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo)
           
 
Method Summary
protected  void setCurrentTypeListener(QName name)
           
 
Methods inherited from class org.apache.cxf.binding.corba.runtime.CorbaStreamWriter
close, flush, getCorbaObjects, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaFaultStreamWriter

public CorbaFaultStreamWriter(ORB orbRef,
                              RaisesType raisesType,
                              CorbaTypeMap map,
                              ServiceInfo sinfo)
Method Detail

setCurrentTypeListener

protected void setCurrentTypeListener(QName name)
                               throws javax.xml.stream.XMLStreamException
Overrides:
setCurrentTypeListener in class CorbaStreamWriter
Throws:
javax.xml.stream.XMLStreamException

Apache CXF API

Apache CXF