MessageTracepublic interface MessageTrace This interface encapsulates all the information available for a
web services request or response. |
Methods Summary |
---|
public Endpoint | getEndpoint()Returns the endpoint this message originated from
| public java.lang.String | getMessage(boolean includeHeaders)Return the SOAPMessage as a string including the SOAPHeaders or not
| public TransportInfo | getTransportInfo()Returns the transport dependent information
|
|