Package org.jboss.ws.api.addressing
Interface MAPBuilder
- All Known Implementing Classes:
CXFMAPBuilder
public interface MAPBuilder
MAPBuilder is a helper used to create objects used with class
MAP.- Author:
- Andrew Dinn, Alessio Soldano
-
Method Summary
Modifier and TypeMethodDescriptioninboundMap(Map<String, Object> ctx) Retrieves the inbound server message address properties attached to a message contextCreates a newMAPConstantsinstancenewEndpoint(String address) Creates a newMAPEndpointinstancenewMap()Creates a newMAPinstancenewRelatesTo(String id, QName type) Creates a newMAPRelatesToinstanceoutboundMap(Map<String, Object> ctx) Retrieves the outbound client message address properties attached to a message request map
-
Method Details
-
newMap
MAP newMap()Creates a newMAPinstance- Returns:
- a
MAPinstance
-
inboundMap
Retrieves the inbound server message address properties attached to a message context- Parameters:
ctx- the server message context- Returns:
- the inbound server Message Addressing Properties instance
-
outboundMap
Retrieves the outbound client message address properties attached to a message request map- Parameters:
ctx- the client request properties map- Returns:
- the outbound server Message Addressing Properties instance
-
newConstants
MAPConstants newConstants()Creates a newMAPConstantsinstance- Returns:
- a
MAPConstantsinstance
-
newEndpoint
Creates a newMAPEndpointinstance- Parameters:
address- endpoint address- Returns:
- a
MAPEndpointinstance
-
newRelatesTo
Creates a newMAPRelatesToinstance- Parameters:
id- identifiertype- Qname- Returns:
- a
MAPRelatesToinstance
-