|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary | |
|---|---|
static java.lang.String |
CONTENT_TYPE
|
static java.lang.String |
REQUEST_MESSAGE
|
| Method Summary | ||
|---|---|---|
|
get(java.lang.Class<T> key)
Convenience method for storing/retrieving typed objects from the map. |
|
java.util.Map<java.lang.String,javax.activation.DataHandler> |
getAttachments()
Acces to attachments |
|
|
getContent(java.lang.Class<T> format)
Retreive the encapsulated content as a particular type (a result type if message is outbound, a source type if message is inbound) |
|
java.util.Map<javax.xml.namespace.QName,org.w3c.dom.DocumentFragment> |
getSoapHeaders()
Access to soap headers |
|
java.util.Map<java.lang.String,java.lang.String> |
getTransportHeaders()
Access to the transport level headers |
|
|
put(java.lang.Class<T> key,
T value)
Convenience method for storing/retrieving typed objects from the map. |
|
|
setContent(java.lang.Class<T> format,
java.lang.Object content)
Provide the encapsulated content as a particular type (a result type if message is outbound, a source type if message is inbound) |
|
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Field Detail |
|---|
static final java.lang.String REQUEST_MESSAGE
static final java.lang.String CONTENT_TYPE
| Method Detail |
|---|
java.util.Map<java.lang.String,javax.activation.DataHandler> getAttachments()
<T> T getContent(java.lang.Class<T> format)
format - the expected content format
<T> void setContent(java.lang.Class<T> format,
java.lang.Object content)
format - the provided content formatcontent - the content to be encapsulated<T> T get(java.lang.Class<T> key)
T - key
<T> void put(java.lang.Class<T> key,
T value)
T - keyjava.util.Map<java.lang.String,java.lang.String> getTransportHeaders()
java.util.Map<javax.xml.namespace.QName,org.w3c.dom.DocumentFragment> getSoapHeaders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||