Package org.apache.cxf.interceptor
Class AbstractOutDatabindingInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
- All Implemented Interfaces:
Interceptor<Message>
,PhaseInterceptor<Message>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <T> DataWriter<T>
getDataWriter
(Message message, Service service, Class<T> output) protected XMLStreamWriter
getXMLStreamWriter
(Message message) protected void
setOperationSchemaValidation
(Message message) protected boolean
shouldBuffer
(Message message) protected boolean
protected void
writeParts
(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, List<MessagePartInfo> parts) protected boolean
writeToOutputStream
(Message m, BindingInfo info, Service s) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
-
Field Details
-
DISABLE_OUTPUTSTREAM_OPTIMIZATION
- See Also:
-
OUT_BUFFERING
- See Also:
-
-
Constructor Details
-
AbstractOutDatabindingInterceptor
-
AbstractOutDatabindingInterceptor
-
-
Method Details
-
shouldBuffer
-
writeParts
protected void writeParts(Message message, Exchange exchange, BindingOperationInfo operation, MessageContentsList objs, List<MessagePartInfo> parts) -
setOperationSchemaValidation
-
shouldValidate
-
writeToOutputStream
-
getDataWriter
-
getXMLStreamWriter
-