Package | Description |
---|---|
oracle.sdp.daf.action.api | |
oracle.sdp.daf.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequest
Http Request.
|
interface |
HttpResponse
Http Response.
|
Modifier and Type | Method and Description |
---|---|
Headers |
MessageBuilder.getCombinedHeaders(HttpMessage pHttpMessage)
Retrieve all the headers.
|
Modifier and Type | Method and Description |
---|---|
void |
TrafficLogger.trace(String sessionId,
String from,
String to,
HttpMessage httpMessage,
Map<String,String> properties)
Trace traffic that happens in DAF.
|
void |
TrafficLogger.traceWithRequestContext(String sessionId,
String from,
String to,
HttpMessage httpMessage,
Map<String,String> properties,
com.bea.wlcp.wlng.api.plugin.context.RequestContext reqCtx)
Method invocation that should be traced using given RequestContext.
|