Uses of Interface
org.jboss.ws.api.addressing.MAP

Packages that use MAP
org.jboss.ws.api.addressing JSR-261 support classes and interfaces 
 

Uses of MAP in org.jboss.ws.api.addressing
 

Methods in org.jboss.ws.api.addressing that return MAP
 MAP MAPBuilder.inboundMap(Map<String,Object> ctx)
          Retrieves the inbound server message address properties attached to a message context
 MAP MAPBuilder.newMap()
          Creates a new MAP instance
 MAP MAPBuilder.outboundMap(Map<String,Object> ctx)
          Retrieves the outbound client message address properties attached to a message request map
 

Methods in org.jboss.ws.api.addressing with parameters of type MAP
 void MAP.installOutboundMapOnClientSide(Map<String,Object> requestContext, MAP map)
           
 void MAP.installOutboundMapOnServerSide(Map<String,Object> requestContext, MAP map)
           
 



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.