@Deprecated public class LoggingInInterceptor extends AbstractLoggingInterceptor
BINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer| Constructor and Description |
|---|
LoggingInInterceptor()
Deprecated.
|
LoggingInInterceptor(int lim)
Deprecated.
|
LoggingInInterceptor(java.io.PrintWriter w)
Deprecated.
|
LoggingInInterceptor(java.lang.String phase)
Deprecated.
|
LoggingInInterceptor(java.lang.String id,
int lim)
Deprecated.
|
LoggingInInterceptor(java.lang.String id,
java.io.PrintWriter w)
Deprecated.
|
LoggingInInterceptor(java.lang.String id,
java.lang.String phase)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
formatLoggingMessage(LoggingMessage loggingMessage)
Deprecated.
|
protected java.util.logging.Logger |
getLogger()
Deprecated.
|
void |
handleMessage(Message message)
Deprecated.
Intercepts a message.
|
protected void |
logging(java.util.logging.Logger logger,
Message message)
Deprecated.
|
protected void |
logInputStream(Message message,
java.io.InputStream is,
LoggingMessage buffer,
java.lang.String encoding,
java.lang.String ct)
Deprecated.
|
protected void |
logReader(Message message,
java.io.Reader reader,
LoggingMessage buffer)
Deprecated.
|
getBinaryContentMediaTypes, getInMemThreshold, getLimit, getPrintWriter, isBinaryContent, isLoggingDisabledNow, isMultipartContent, isPrettyLogging, isShowBinaryContent, isShowMultipartContent, log, setBinaryContentMediaTypes, setInMemThreshold, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, setShowBinaryContent, setShowMultipartContent, transform, writePayload, writePayload, writePrettyPayloadaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic LoggingInInterceptor()
public LoggingInInterceptor(java.lang.String phase)
public LoggingInInterceptor(java.lang.String id,
java.lang.String phase)
public LoggingInInterceptor(int lim)
public LoggingInInterceptor(java.lang.String id,
int lim)
public LoggingInInterceptor(java.io.PrintWriter w)
public LoggingInInterceptor(java.lang.String id,
java.io.PrintWriter w)
public void handleMessage(Message message) throws Fault
InterceptorFaultprotected void logging(java.util.logging.Logger logger,
Message message)
throws Fault
Faultprotected void logReader(Message message, java.io.Reader reader, LoggingMessage buffer)
protected void logInputStream(Message message, java.io.InputStream is, LoggingMessage buffer, java.lang.String encoding, java.lang.String ct)
protected java.lang.String formatLoggingMessage(LoggingMessage loggingMessage)
protected java.util.logging.Logger getLogger()
getLogger in class AbstractLoggingInterceptor