public class CXFMAPBuilder extends Object implements org.jboss.ws.api.addressing.MAPBuilder
Modifier and Type | Method and Description |
---|---|
static org.jboss.ws.api.addressing.MAPBuilder |
getBuilder() |
org.jboss.ws.api.addressing.MAP |
inboundMap(Map<String,Object> ctx)
retrieve the inbound server message address properties attached to a message context
|
org.jboss.ws.api.addressing.MAPConstants |
newConstants() |
org.jboss.ws.api.addressing.MAPEndpoint |
newEndpoint(String address) |
org.jboss.ws.api.addressing.MAP |
newMap() |
org.jboss.ws.api.addressing.MAPRelatesTo |
newRelatesTo(String id,
QName type) |
org.jboss.ws.api.addressing.MAP |
outboundMap(Map<String,Object> ctx)
retrieve the outbound client message address properties attached to a message request map
|
public static org.jboss.ws.api.addressing.MAPBuilder getBuilder()
public org.jboss.ws.api.addressing.MAP newMap()
newMap
in interface org.jboss.ws.api.addressing.MAPBuilder
public org.jboss.ws.api.addressing.MAP inboundMap(Map<String,Object> ctx)
inboundMap
in interface org.jboss.ws.api.addressing.MAPBuilder
ctx
- the server message contextpublic org.jboss.ws.api.addressing.MAP outboundMap(Map<String,Object> ctx)
outboundMap
in interface org.jboss.ws.api.addressing.MAPBuilder
ctx
- the client request properties mappublic org.jboss.ws.api.addressing.MAPConstants newConstants()
newConstants
in interface org.jboss.ws.api.addressing.MAPBuilder
public org.jboss.ws.api.addressing.MAPEndpoint newEndpoint(String address)
newEndpoint
in interface org.jboss.ws.api.addressing.MAPBuilder
Copyright © 2017 JBoss, by Red Hat. All rights reserved.