Class CXFMAPBuilder
java.lang.Object
org.jboss.wsf.stack.cxf.extensions.addressing.map.CXFMAPBuilder
- All Implemented Interfaces:
MAPBuilder
MAPBuilder is a helper used to create objects used with class MAP. This is the JBossWS CXF
implementation.
- Since:
- 26-May-2009
- Author:
- Andrew Dinn - adinn@redhat.com, alessio.soldano@jboss.com
-
Method Summary
Modifier and TypeMethodDescriptionstatic MAPBuilderinboundMap(Map<String, Object> ctx) retrieve 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) retrieve the outbound client message address properties attached to a message request map
-
Method Details
-
getBuilder
-
newMap
Description copied from interface:MAPBuilderCreates a newMAPinstance- Specified by:
newMapin interfaceMAPBuilder- Returns:
- a
MAPinstance
-
inboundMap
retrieve the inbound server message address properties attached to a message context- Specified by:
inboundMapin interfaceMAPBuilder- Parameters:
ctx- the server message context- Returns:
-
outboundMap
retrieve the outbound client message address properties attached to a message request map- Specified by:
outboundMapin interfaceMAPBuilder- Parameters:
ctx- the client request properties map- Returns:
-
newConstants
Description copied from interface:MAPBuilderCreates a newMAPConstantsinstance- Specified by:
newConstantsin interfaceMAPBuilder- Returns:
- a
MAPConstantsinstance
-
newEndpoint
Description copied from interface:MAPBuilderCreates a newMAPEndpointinstance- Specified by:
newEndpointin interfaceMAPBuilder- Parameters:
address- endpoint address- Returns:
- a
MAPEndpointinstance
-
newRelatesTo
Description copied from interface:MAPBuilderCreates a newMAPRelatesToinstance- Specified by:
newRelatesToin interfaceMAPBuilder- Parameters:
id- identifiertype- Qname- Returns:
- a
MAPRelatesToinstance
-