Class XMLLoggingOutInterceptor.SimpleLoggingCallback
- java.lang.Object
-
- adams.flow.webservice.interceptor.outgoing.XMLLoggingOutInterceptor.SimpleLoggingCallback
-
- All Implemented Interfaces:
org.apache.cxf.io.CachedOutputStreamCallback
- Enclosing class:
- XMLLoggingOutInterceptor
protected class XMLLoggingOutInterceptor.SimpleLoggingCallback extends Object implements org.apache.cxf.io.CachedOutputStreamCallback
-
-
Constructor Summary
Constructors Constructor Description SimpleLoggingCallback(StringBuilder buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClose(org.apache.cxf.io.CachedOutputStream cos)
void
onFlush(org.apache.cxf.io.CachedOutputStream cos)
-
-
-
Constructor Detail
-
SimpleLoggingCallback
public SimpleLoggingCallback(StringBuilder buffer)
-
-
Method Detail
-
onFlush
public void onFlush(org.apache.cxf.io.CachedOutputStream cos)
- Specified by:
onFlush
in interfaceorg.apache.cxf.io.CachedOutputStreamCallback
-
onClose
public void onClose(org.apache.cxf.io.CachedOutputStream cos)
- Specified by:
onClose
in interfaceorg.apache.cxf.io.CachedOutputStreamCallback
-
-