|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.soap.handlers.audit.AuditLogger
Field Summary | |
static java.lang.String |
AUDIT_EVENT_FILTER |
static java.lang.String |
AUDIT_INCLUDE_REQUEST |
static java.lang.String |
AUDIT_INCLUDE_RESPONSE |
static java.lang.String |
AUDIT_LOG_DIRECTORY |
static java.lang.String |
HANDLER_NAME |
Fields inherited from interface oracle.soap.server.Handler |
ERROR_TYPE, REQUEST_TYPE, RESPONSE_TYPE |
Constructor Summary | |
AuditLogger() |
Method Summary | |
void |
destroy() One-time handler cleanup. |
java.lang.String |
getName() Get this handler's name. |
java.util.Properties |
getOptions() Get this handler's options. |
void |
init(SOAPServerContext ssctx) One-time handler initialization. |
void |
invoke(int chainType, RequestContext reqCtx) Invoke the requested handler as part of the specified chain type. |
void |
setName(java.lang.String name) Set the name of the handler. |
void |
setOptions(java.util.Properties options) Set the options for the handler for subsequent use by init. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String HANDLER_NAME
public static final java.lang.String AUDIT_LOG_DIRECTORY
public static final java.lang.String AUDIT_EVENT_FILTER
public static final java.lang.String AUDIT_INCLUDE_REQUEST
public static final java.lang.String AUDIT_INCLUDE_RESPONSE
Constructor Detail |
public AuditLogger()
Method Detail |
public void init(SOAPServerContext ssctx) throws SOAPException
Handler
setOptions
.init
in interface Handler
ssctx
- The SOAP server context, which contains the logger for informational messages.SOAPException
- Unable to initialize the handler.#destroy,#setOptions
public void setOptions(java.util.Properties options)
Handler
init
.setOptions
in interface Handler
options
- Options that are specific to the handler implementation.Handler.init(oracle.soap.server.SOAPServerContext)
public java.util.Properties getOptions()
Handler
getOptions
in interface Handler
Handler.setOptions(java.util.Properties)
public void destroy() throws SOAPException
Handler
destroy
in interface Handler
SOAPException
- Unable to destroy.Handler.init(oracle.soap.server.SOAPServerContext)
public void setName(java.lang.String name)
Handler
init
.setName
in interface Handler
name
- The name of the handler instance.Handler.getName()
public java.lang.String getName()
Handler
getName
in interface Handler
Handler.setName(java.lang.String)
public void invoke(int chainType, RequestContext reqCtx) throws SOAPException
Handler
SOAPException
. In contrast, all handlers in an error chain will be invoked, regardless of whether any handler throws an exception. In case of an exception in an error handler, the exception is logged and discarded.invoke
in interface Handler
chainType
- Handler.REQUEST_TYPE
if the handler is being invoked as part of a request chain (i.e., before the service is invoked); Handler.RESPONSE_TYPE
if the handler is being invoked as part of a response chain (i.e., after the service has been invoked); Handler.ERROR_TYPE
if the handler is being invoked as part of an error chain (i.e., in case of an error during any one of request chain, service invocation, or response chain).reqCtx
- The relevant request context.SOAPException
- Handler invocation failed.
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |