|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.common.util.ServiceLog<TConfig>
TConfig - IdcClientConfig for the specific clientpublic class ServiceLog<TConfig extends IdcClientConfig>
ALL LOG MESSAGES IN THIS CLASS ARE ASSUMED TO BE DEBUG OR FINER AND NEED NO I18N
| Nested Class Summary | |
|---|---|
class |
ServiceLog.Timer |
| Constructor Summary | |
|---|---|
ServiceLog(TConfig clientConfig, ServiceRequest serviceRequest, DataBinder requestBinder)Create service log. |
|
| Method Summary | |
|---|---|
String |
getLogId() |
void |
logCleanup()Stop the log and do a cleanup, This method should always be in the finally block |
void |
logExceptionResponse(String message)Logs an Exception Response to a Service Request |
void |
logJaxWSAuthenticateUserRequest(String stackName, Map<String,Object> requestContext)if enabled, write information about the jaxws authenticate user request to the log |
void |
logJaxWSAuthenticateUserResponse(String stackName, Map responseContext)if enabled, write information about the jaxws authenticate user response to the log |
void |
logJaxWSRequest(String stackName, Map<String,Object> requestContext)if enabled, write information about the jaxws request to the log |
void |
logJaxWSResponse(String stackName, Map<String,Object> responseContext)if enabled, write information about the jaxws response to the log |
void |
logMultipartRequest(String header, DataBinder binder)if enabled, write information about the multipartRequest to the log |
void |
logResponseBinder(DataBinder binder) |
void |
logResponseHeaders(Map<String,String> headers) |
void |
logStandardRequest(String header, String body)if enabled, write information about to the log |
void |
logStart()Start the log of this service request processing This method should be in a try block with the logCleanup() called in the finally clause |
void |
logStop()Stop the log of this service request processing This method should be in a try block with the logCleanup() called in the finally clause |
static String |
toId(long i)Just a way to make a very long number a bit shorter for human consumption |
static boolean |
useAdfTimer() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceLog(TConfig clientConfig,
ServiceRequest serviceRequest,
DataBinder requestBinder)
clientConfig -serviceRequest -requestBinder -| Method Detail |
|---|
public void logStart()
public void logStop()
public void logCleanup()
public void logStandardRequest(String header,
String body)
header -body -
public void logMultipartRequest(String header,
DataBinder binder)
header -binder -
public void logJaxWSRequest(String stackName,
Map<String,Object> requestContext)
requestContext -
public void logJaxWSResponse(String stackName,
Map<String,Object> responseContext)
responseContext -public void logResponseHeaders(Map<String,String> headers)
public void logResponseBinder(DataBinder binder)
public void logJaxWSAuthenticateUserRequest(String stackName,
Map<String,Object> requestContext)
requestContext -
public void logJaxWSAuthenticateUserResponse(String stackName,
Map responseContext)
public void logExceptionResponse(String message)
message -public String getLogId()
public static String toId(long i)
public static boolean useAdfTimer()
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||