|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Record
An interface defining recordable data
Nested Class Summary | |
---|---|
static class |
Record.MessageType
Record 's message type; can be either inboud or outbound |
Method Summary | |
---|---|
void |
addHeaders(String key,
List<String> value)
Adds a HTTP header to the record |
Date |
getDate()
Gets the date of this record |
String |
getDestinationHost()
Gets the source (message sender) host. |
String |
getEnvelope()
Gets the SOAP message envelope |
String |
getGroupID()
Gets the group ID corresponding to the current message exchange flow |
Map<String,List<String>> |
getHeaders()
Gets the HTTP headers |
Record.MessageType |
getMessageType()
Gets the message type, i.e. |
QName |
getOperation()
Gets the invoked operation |
String |
getSourceHost()
Gets the source (message sender) host. |
void |
setDate(Date date)
Sets the date of the record |
void |
setDestinationHost(String host)
Sets the destination host |
void |
setEnvelope(String envelope)
Sets the SOAP message envelope |
void |
setGroupID(String groupID)
Sets the groupID |
void |
setHeaders(Map<String,List<String>> headers)
Sets the HTTP headers of the record |
void |
setMessageType(Record.MessageType type)
Sets the message type |
void |
setOperation(QName operation)
Sets the record's operation |
void |
setSourceHost(String host)
Sets the source host |
Method Detail |
---|
String getGroupID()
void setGroupID(String groupID)
groupID
- Date getDate()
void setDate(Date date)
date
- String getSourceHost()
void setSourceHost(String host)
host
- String getDestinationHost()
void setDestinationHost(String host)
host
- Record.MessageType getMessageType()
void setMessageType(Record.MessageType type)
type
- String getEnvelope()
void setEnvelope(String envelope)
envelope
- Map<String,List<String>> getHeaders()
void addHeaders(String key, List<String> value)
key
- value
- void setHeaders(Map<String,List<String>> headers)
headers
- QName getOperation()
void setOperation(QName operation)
operation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |