public class CXFMAP extends Object implements MAP
| 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) |
public MAPEndpoint getFrom()
public String getMessageID()
getMessageID in interface MAPpublic MAPEndpoint getFaultTo()
getFaultTo in interface MAPpublic MAPEndpoint getReplyTo()
getReplyTo in interface MAPpublic MAPRelatesTo getRelatesTo()
getRelatesTo in interface MAPpublic void setFrom(MAPEndpoint epref)
public void setMessageID(String messageID)
setMessageID in interface MAPpublic void setReplyTo(MAPEndpoint epref)
setReplyTo in interface MAPpublic void setFaultTo(MAPEndpoint epref)
setFaultTo in interface MAPpublic void setRelatesTo(MAPRelatesTo relatesTo)
setRelatesTo in interface MAPpublic void addReferenceParameter(Element refParam)
addReferenceParameter in interface MAPpublic void initializeAsDestination(MAPEndpoint epref)
initializeAsDestination in interface MAPpublic List<Object> getReferenceParameters()
getReferenceParameters in interface MAPpublic void installOutboundMapOnClientSide(Map<String,Object> requestContext, MAP map)
installOutboundMapOnClientSide in interface MAPCopyright © 2018 JBoss by Red Hat. All rights reserved.