Class CorbaFaultStreamWriter
- java.lang.Object
-
- org.apache.cxf.binding.corba.runtime.CorbaStreamWriter
-
- org.apache.cxf.binding.corba.runtime.CorbaFaultStreamWriter
-
- All Implemented Interfaces:
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
Constructors Constructor Description CorbaFaultStreamWriter(org.omg.CORBA.ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetCurrentTypeListener(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
-
-
-
-
Constructor Detail
-
CorbaFaultStreamWriter
public CorbaFaultStreamWriter(org.omg.CORBA.ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo)
-
-
Method Detail
-
setCurrentTypeListener
protected void setCurrentTypeListener(QName name) throws XMLStreamException
- Overrides:
setCurrentTypeListenerin classCorbaStreamWriter- Throws:
XMLStreamException
-
-