org.jboss.ws.api.addressing
Interface MAP


public interface MAP

Message Addressing Properties is a wrapper for the stack-specific JSR-261 addressing properties classes implemented by JBossWS Native and CXF. It is used to localize dependence upon the WS stack.

Author:
Andrew Dinn, Alessio Soldano

Method Summary
 void addReferenceParameter(Element refParam)
           
 String getAction()
           
 MAPEndpoint getFaultTo()
           
 MAPEndpoint getFrom()
           
 String getMessageID()
           
 List<Object> getReferenceParameters()
           
 MAPRelatesTo getRelatesTo()
           
 MAPEndpoint getReplyTo()
           
 String getTo()
           
 void initializeAsDestination(MAPEndpoint epref)
           
 void installOutboundMapOnClientSide(Map<String,Object> requestContext, MAP map)
           
 void installOutboundMapOnServerSide(Map<String,Object> requestContext, MAP map)
           
 void setAction(String action)
           
 void setFaultTo(MAPEndpoint epref)
           
 void setFrom(MAPEndpoint epref)
           
 void setMessageID(String messageID)
           
 void setRelatesTo(MAPRelatesTo relatesTo)
           
 void setReplyTo(MAPEndpoint epref)
           
 void setTo(String address)
           
 

Method Detail

getTo

String getTo()

getFrom

MAPEndpoint getFrom()

getMessageID

String getMessageID()

getAction

String getAction()

getFaultTo

MAPEndpoint getFaultTo()

getReplyTo

MAPEndpoint getReplyTo()

getRelatesTo

MAPRelatesTo getRelatesTo()

setTo

void setTo(String address)

setFrom

void setFrom(MAPEndpoint epref)

setMessageID

void setMessageID(String messageID)

setAction

void setAction(String action)

setReplyTo

void setReplyTo(MAPEndpoint epref)

setFaultTo

void setFaultTo(MAPEndpoint epref)

setRelatesTo

void setRelatesTo(MAPRelatesTo relatesTo)

addReferenceParameter

void addReferenceParameter(Element refParam)

getReferenceParameters

List<Object> getReferenceParameters()

initializeAsDestination

void initializeAsDestination(MAPEndpoint epref)

installOutboundMapOnServerSide

void installOutboundMapOnServerSide(Map<String,Object> requestContext,
                                    MAP map)

installOutboundMapOnClientSide

void installOutboundMapOnClientSide(Map<String,Object> requestContext,
                                    MAP map)


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