public interface MAPBuilder
MAP.| Modifier and Type | Method and Description |
|---|---|
MAP |
inboundMap(java.util.Map<java.lang.String,java.lang.Object> ctx)
Retrieves the inbound server message address properties attached to a message context
|
MAPConstants |
newConstants()
Creates a new
MAPConstants instance |
MAPEndpoint |
newEndpoint(java.lang.String address)
Creates a new
MAPEndpoint instance |
MAP |
newMap()
Creates a new
MAP instance |
MAPRelatesTo |
newRelatesTo(java.lang.String id,
javax.xml.namespace.QName type)
Creates a new
MAPRelatesTo instance |
MAP |
outboundMap(java.util.Map<java.lang.String,java.lang.Object> ctx)
Retrieves the outbound client message address properties attached to a message request map
|
MAP inboundMap(java.util.Map<java.lang.String,java.lang.Object> ctx)
ctx - the server message contextMAP outboundMap(java.util.Map<java.lang.String,java.lang.Object> ctx)
ctx - the client request properties mapMAPConstants newConstants()
MAPConstants instanceMAPConstants instanceMAPEndpoint newEndpoint(java.lang.String address)
MAPEndpoint instanceaddress - endpoint addressMAPEndpoint instanceMAPRelatesTo newRelatesTo(java.lang.String id, javax.xml.namespace.QName type)
MAPRelatesTo instanceid - identifiertype - QnameMAPRelatesTo instance