org.apache.cxf.databinding.stax
Interface XMLStreamWriterCallback


public interface XMLStreamWriterCallback


Method Summary
 void write(XMLStreamWriter writer)
           
 

Method Detail

write

void write(XMLStreamWriter writer)
           throws org.apache.cxf.interceptor.Fault,
                  XMLStreamException
Throws:
org.apache.cxf.interceptor.Fault
XMLStreamException


Apache CXF