public interface MAPBuilder
MAP.| Modifier and Type | Method and Description | 
|---|---|
| MAP | inboundMap(Map<String,Object> ctx)Retrieves the inbound server message address properties attached to a message context | 
| MAPConstants | newConstants()Creates a new  MAPConstantsinstance | 
| MAPEndpoint | newEndpoint(String address)Creates a new  MAPEndpointinstance | 
| MAP | newMap()Creates a new  MAPinstance | 
| MAPRelatesTo | newRelatesTo(String id,
            QName type)Creates a new  MAPRelatesToinstance | 
| MAP | outboundMap(Map<String,Object> ctx)Retrieves the outbound client message address properties attached to a message request map | 
MAP inboundMap(Map<String,Object> ctx)
ctx - the server message contextMAP outboundMap(Map<String,Object> ctx)
ctx - the client request properties mapMAPConstants newConstants()
MAPConstants instanceMAPConstants instanceMAPEndpoint newEndpoint(String address)
MAPEndpoint instanceaddress - endpoint addressMAPEndpoint instanceMAPRelatesTo newRelatesTo(String id, QName type)
MAPRelatesTo instanceid - identifiertype - QnameMAPRelatesTo instanceCopyright © 2017 JBoss by Red Hat. All rights reserved.