public class CXFMAPBuilder extends Object implements MAPBuilder
Modifier and Type | Method and Description |
---|---|
static MAPBuilder |
getBuilder() |
MAP |
inboundMap(Map<String,Object> ctx)
retrieve the inbound server message address properties attached to a message context
|
MAPConstants |
newConstants()
Creates a new
MAPConstants instance |
MAPEndpoint |
newEndpoint(String address)
Creates a new
MAPEndpoint instance |
MAP |
newMap()
Creates a new
MAP instance |
MAPRelatesTo |
newRelatesTo(String id,
QName type)
Creates a new
MAPRelatesTo instance |
MAP |
outboundMap(Map<String,Object> ctx)
retrieve the outbound client message address properties attached to a message request map
|
public static MAPBuilder getBuilder()
public MAP newMap()
MAPBuilder
MAP
instancenewMap
in interface MAPBuilder
MAP
instancepublic MAP inboundMap(Map<String,Object> ctx)
inboundMap
in interface MAPBuilder
ctx
- the server message contextpublic MAP outboundMap(Map<String,Object> ctx)
outboundMap
in interface MAPBuilder
ctx
- the client request properties mappublic MAPConstants newConstants()
MAPBuilder
MAPConstants
instancenewConstants
in interface MAPBuilder
MAPConstants
instancepublic MAPEndpoint newEndpoint(String address)
MAPBuilder
MAPEndpoint
instancenewEndpoint
in interface MAPBuilder
address
- endpoint addressMAPEndpoint
instancepublic MAPRelatesTo newRelatesTo(String id, QName type)
MAPBuilder
MAPRelatesTo
instancenewRelatesTo
in interface MAPBuilder
id
- identifiertype
- QnameMAPRelatesTo
instanceCopyright © 2017 JBoss by Red Hat. All rights reserved.