FileDocCategorySizeDatePackage
MessageTrace.javaAPI DocGlassfish v2 API5618Fri May 04 22:30:50 BST 2007com.sun.appserv.management.ext.wsmgmt

MessageTrace

public interface MessageTrace implements com.sun.appserv.management.base.MapCapable
Provides details of a SOAP invocation.
since
AppServer 9.0

Fields Summary
public static final String
CLASS_NAME
This interface's class name
Constructors Summary
Methods Summary
public java.lang.StringgetApplicationID()
Returns the name of the application.

return
application name

public java.lang.StringgetClientHost()
Returns the IP address or host name of the client machine.

return
IP address or host name of client

public java.lang.StringgetEndpointName()
Returns the name of the webservice endpoint.

return
name of the webservice endpoint

public java.lang.StringgetFaultActor()
Returns the fault actor.

return
fault actor for this web service

public java.lang.StringgetFaultCode()
Returns the fault code.

return
fault code for this web service or null

public java.lang.StringgetFaultString()
Returns the fault string.

return
fault string for this web service or null

public java.lang.StringgetHTTPRequestHeaders()
Returns the comma separated list of HTTP request header names and its values. Null if transport type is not HTTP.

return
HTTP request headers

public java.lang.StringgetHTTPResponseHeaders()
Returns the comma separated list of HTTP response header names and its values. Null if transport type is not HTTP.

return
HTTP response headers

public java.lang.StringgetMessageID()
Returns the message id.

return
message id

public java.lang.StringgetPrincipalName()
Returns the caller principal name.

return
caller principal name

public java.lang.StringgetRequestContent()
Returns the SOAP request content. This contains SOAP body and headers.

return
SOAP request content

public intgetRequestSize()
Returns the total size in bytes of the request content. This is SOAP content size including body and headers.

return
SOAP request content size in bytes

public java.lang.StringgetResponseContent()
Returns the SOAP response content. This contains SOAP body and headers.

return
SOAP response content

public intgetResponseSize()
Returns the total size in bytes of the response content. This is SOAP content size including body and headers.

return
SOAP response content size in bytes

public longgetResponseTime()
Returns the response time in milli seconds for this web service operation.

return
reponse time in milli seconds

public longgetTimestamp()
Returns the time stamp when the SOAP message was received.

return
the time stamp when the SOAP message was received

public java.lang.StringgetTransportType()
Returns the transport type. Known types are "HTTP", "JMS" and "SNMP".

return
transport type

public booleanisCallFlowEnabled()
Returns if during this web service invocation call flow was enabled or not

return
true, if during this web service invocation call flow was enabled otherwise flase.