Uses of Interface
org.jboss.ws.api.addressing.MAP
-
Packages that use MAP Package Description org.jboss.ws.api.addressing JSR-261 support classes and interfacesorg.jboss.wsf.stack.cxf.extensions.addressing.map -
-
Uses of MAP in org.jboss.ws.api.addressing
Methods in org.jboss.ws.api.addressing that return MAP Modifier and Type Method Description MAPMAPBuilder. inboundMap(Map<String,Object> ctx)Retrieves the inbound server message address properties attached to a message contextMAPMAPBuilder. newMap()Creates a newMAPinstanceMAPMAPBuilder. outboundMap(Map<String,Object> ctx)Retrieves the outbound client message address properties attached to a message request mapMethods in org.jboss.ws.api.addressing with parameters of type MAP Modifier and Type Method Description voidMAP. installOutboundMapOnClientSide(Map<String,Object> requestContext, MAP map)voidMAP. installOutboundMapOnServerSide(Map<String,Object> requestContext, MAP map) -
Uses of MAP in org.jboss.wsf.stack.cxf.extensions.addressing.map
Classes in org.jboss.wsf.stack.cxf.extensions.addressing.map that implement MAP Modifier and Type Class Description classCXFMAPMessage Addressing Properties is a wrapper for the stack-specific addressing properties classes implemented by JBossWS Native and CXF.Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map that return MAP Modifier and Type Method Description MAPCXFMAPBuilder. inboundMap(Map<String,Object> ctx)retrieve the inbound server message address properties attached to a message contextMAPCXFMAPBuilder. newMap()MAPCXFMAPBuilder. outboundMap(Map<String,Object> ctx)retrieve the outbound client message address properties attached to a message request mapMethods in org.jboss.wsf.stack.cxf.extensions.addressing.map with parameters of type MAP Modifier and Type Method Description voidCXFMAP. installOutboundMapOnClientSide(Map<String,Object> requestContext, MAP map)voidCXFMAP. installOutboundMapOnServerSide(Map<String,Object> requestContext, MAP map)
-