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 voidonClose(org.apache.cxf.io.CachedOutputStream cos)voidonFlush(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:
onFlushin interfaceorg.apache.cxf.io.CachedOutputStreamCallback
-
onClose
public void onClose(org.apache.cxf.io.CachedOutputStream cos)
- Specified by:
onClosein interfaceorg.apache.cxf.io.CachedOutputStreamCallback
-
-