public class MessageTraceImpl extends Object implements MessageTrace
NOT THREAD SAFE: mutable instance variables
| Constructor and Description |
|---|
MessageTraceImpl()
Creates a new instance of InvocationTrace
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint()
Return the endpoint where this message originated from
|
String |
getMessage(boolean includeHeaders)
Return the SOAPMessage as a string including the SOAPHeaders or not
|
TransportInfo |
getTransportInfo()
Returns the transport dependent information
|
void |
setEndpoint(Endpoint source) |
void |
setMessageContext(com.sun.xml.rpc.spi.runtime.SOAPMessageContext soapMessageCtx) |
void |
setMessageContext(SOAPMessageContext soapMessageCtx) |
void |
setTransportInfo(TransportInfo info) |
public MessageTraceImpl()
public String getMessage(boolean includeHeaders)
getMessage in interface MessageTraceincludeHeaders - the soap headers.public Endpoint getEndpoint()
getEndpoint in interface MessageTracepublic void setMessageContext(com.sun.xml.rpc.spi.runtime.SOAPMessageContext soapMessageCtx)
public void setMessageContext(SOAPMessageContext soapMessageCtx)
public void setEndpoint(Endpoint source)
public TransportInfo getTransportInfo()
MessageTracegetTransportInfo in interface MessageTracepublic void setTransportInfo(TransportInfo info)
Copyright © 2019. All rights reserved.