Methods Summary |
---|
public java.lang.String | getApplicationID()Returns the name of the application.
|
public java.lang.String | getClientHost()Returns the IP address or host name of the client machine.
|
public java.lang.String | getEndpointName()Returns the name of the webservice endpoint.
|
public java.lang.String | getFaultActor()Returns the fault actor.
|
public java.lang.String | getFaultCode()Returns the fault code.
|
public java.lang.String | getFaultString()Returns the fault string.
|
public java.lang.String | getHTTPRequestHeaders()Returns the comma separated list of HTTP request header names and its
values. Null if transport type is not HTTP.
|
public java.lang.String | getHTTPResponseHeaders()Returns the comma separated list of HTTP response header names and its
values. Null if transport type is not HTTP.
|
public java.lang.String | getMessageID()Returns the message id.
|
public java.lang.String | getPrincipalName()Returns the caller principal name.
|
public java.lang.String | getRequestContent()Returns the SOAP request content. This contains SOAP body and headers.
|
public int | getRequestSize()Returns the total size in bytes of the request content. This is
SOAP content size including body and headers.
|
public java.lang.String | getResponseContent()Returns the SOAP response content. This contains SOAP body and headers.
|
public int | getResponseSize()Returns the total size in bytes of the response content. This is
SOAP content size including body and headers.
|
public long | getResponseTime()Returns the response time in milli seconds for this web service
operation.
|
public long | getTimestamp()Returns the time stamp when the SOAP message was received.
|
public java.lang.String | getTransportType()Returns the transport type. Known types are "HTTP", "JMS" and "SNMP".
|
public boolean | isCallFlowEnabled()Returns if during this web service invocation call flow was enabled or
not
|