|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageTrace
Provides details of a SOAP invocation.
Field Summary | |
---|---|
static String |
CLASS_NAME
This interface's class name |
Fields inherited from interface com.sun.appserv.management.base.MapCapable |
---|
MAP_CAPABLE_CLASS_NAME_KEY |
Method Summary | |
---|---|
String |
getApplicationID()
Returns the name of the application. |
String |
getClientHost()
Returns the IP address or host name of the client machine. |
String |
getEndpointName()
Returns the name of the webservice endpoint. |
String |
getFaultActor()
Returns the fault actor. |
String |
getFaultCode()
Returns the fault code. |
String |
getFaultString()
Returns the fault string. |
String |
getHTTPRequestHeaders()
Returns the comma separated list of HTTP request header names and its values. |
String |
getHTTPResponseHeaders()
Returns the comma separated list of HTTP response header names and its values. |
String |
getMessageID()
Returns the message id. |
String |
getPrincipalName()
Returns the caller principal name. |
String |
getRequestContent()
Returns the SOAP request content. |
int |
getRequestSize()
Returns the total size in bytes of the request content. |
String |
getResponseContent()
Returns the SOAP response content. |
int |
getResponseSize()
Returns the total size in bytes of the response content. |
long |
getResponseTime()
Returns the response time in milli seconds for this web service operation. |
long |
getTimestamp()
Returns the time stamp when the SOAP message was received. |
String |
getTransportType()
Returns the transport type. |
boolean |
isCallFlowEnabled()
Returns if during this web service invocation call flow was enabled or not |
Methods inherited from interface com.sun.appserv.management.base.MapCapable |
---|
asMap, getMapClassName |
Field Detail |
---|
static final String CLASS_NAME
Method Detail |
---|
int getRequestSize()
int getResponseSize()
String getRequestContent()
String getResponseContent()
String getTransportType()
String getHTTPRequestHeaders()
String getHTTPResponseHeaders()
String getClientHost()
String getPrincipalName()
long getResponseTime()
String getFaultCode()
String getFaultString()
String getFaultActor()
String getMessageID()
String getApplicationID()
String getEndpointName()
long getTimestamp()
boolean isCallFlowEnabled()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.