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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description 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)
initializeAsDestination
void initializeAsDestination(MAPEndpoint epref)
installOutboundMapOnServerSide
void installOutboundMapOnServerSide(Map<String,Object> requestContext, MAP map)
Copyright © 2018 JBoss, by Red Hat. All rights reserved.