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()
MAPBuilderMAP instancenewMap in interface MAPBuilderMAP instancepublic MAP inboundMap(Map<String,Object> ctx)
inboundMap in interface MAPBuilderctx - the server message contextpublic MAP outboundMap(Map<String,Object> ctx)
outboundMap in interface MAPBuilderctx - the client request properties mappublic MAPConstants newConstants()
MAPBuilderMAPConstants instancenewConstants in interface MAPBuilderMAPConstants instancepublic MAPEndpoint newEndpoint(String address)
MAPBuilderMAPEndpoint instancenewEndpoint in interface MAPBuilderaddress - endpoint addressMAPEndpoint instancepublic MAPRelatesTo newRelatesTo(String id, QName type)
MAPBuilderMAPRelatesTo instancenewRelatesTo in interface MAPBuilderid - identifiertype - QnameMAPRelatesTo instanceCopyright © 2018 JBoss by Red Hat. All rights reserved.