org.jboss.ws.api.addressing
Interface MAPBuilder
-
public interface MAPBuilder
MAPBuilder is a helper used to create objects used with classMAP
.- Author:
- Andrew Dinn, Alessio Soldano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description MAP
inboundMap(Map<String,Object> ctx)
Retrieves the inbound server message address properties attached to a message contextMAPConstants
newConstants()
Creates a newMAPConstants
instanceMAPEndpoint
newEndpoint(String address)
Creates a newMAPEndpoint
instanceMAP
newMap()
Creates a newMAP
instanceMAPRelatesTo
newRelatesTo(String id, QName type)
Creates a newMAPRelatesTo
instanceMAP
outboundMap(Map<String,Object> ctx)
Retrieves the outbound client message address properties attached to a message request map
-
-
-
Method Detail
-
inboundMap
MAP inboundMap(Map<String,Object> ctx)
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
MAP outboundMap(Map<String,Object> ctx)
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 newMAPConstants
instance- Returns:
-
a
MAPConstants
instance
-
newEndpoint
MAPEndpoint newEndpoint(String address)
Creates a newMAPEndpoint
instance- Parameters:
-
address
- endpoint address - Returns:
-
a
MAPEndpoint
instance
-
newRelatesTo
MAPRelatesTo newRelatesTo(String id, QName type)
Creates a newMAPRelatesTo
instance- Parameters:
-
id
- identifier -
type
- Qname - Returns:
-
a
MAPRelatesTo
instance
-
-
Copyright © 2018 JBoss, by Red Hat. All rights reserved.