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