Represents a request from a consumer to a producer or a response from a producer to a consumer.
You can use WebLogic logging framework to receive log messages when message monitoring is enabled.
WebLogic Portal producer and consumer log SOAP messages with message ID BEA-420550.
Field Summary |
public static final int |
|
public static final int |
|
Method Summary |
public | |
public |
|
public |
|
public |
|
public int |
|
public |
|
public long |
|
public |
|
Field Detail |
public static final int REQUEST_MESSAGE_TYPE
public static final int RESPONSE_MESSAGE_TYPE
Message type response
Method Detail |
publicStringgetHeader(Stringname)
Returns the value of a header.
public Iterator getHeaders()
Returns an iterator of all header names.
public String getHost()
Returns the host.
public String getMessage()
Returns the message (XML encoded for pretty printing).
public int getMessageType()
Returns message type.
public String getRawMessage()
Returns the message.
public long getTimeStamp()
Returs time stamp.
public String getWebAppName()
Returns web app name.