Class CXFMAP
- java.lang.Object
-
- org.jboss.wsf.stack.cxf.extensions.addressing.map.CXFMAP
-
- All Implemented Interfaces:
MAP
public class CXFMAP extends Object implements MAP
Message Addressing Properties is a wrapper for the stack-specific addressing properties classes implemented by JBossWS Native and CXF. It is used to localize dependence upon the WS stack. This is the JBossWS CXF specific implementation.- Since:
- 26-May-2009
- Author:
- Andrew Dinn - adinn@redhat.com, alessio.soldano@jboss.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddReferenceParameter(Element refParam)StringgetAction()MAPEndpointgetFaultTo()MAPEndpointgetFrom()StringgetMessageID()List<Object>getReferenceParameters()MAPRelatesTogetRelatesTo()MAPEndpointgetReplyTo()StringgetTo()voidinitializeAsDestination(MAPEndpoint epref)voidinstallOutboundMapOnClientSide(Map<String,Object> requestContext, MAP map)voidinstallOutboundMapOnServerSide(Map<String,Object> requestContext, MAP map)voidsetAction(String action)voidsetFaultTo(MAPEndpoint epref)voidsetFrom(MAPEndpoint epref)voidsetMessageID(String messageID)voidsetRelatesTo(MAPRelatesTo relatesTo)voidsetReplyTo(MAPEndpoint epref)voidsetTo(String address)
-
-
-
Method Detail
-
getFrom
public MAPEndpoint getFrom()
-
getMessageID
public String getMessageID()
- Specified by:
getMessageIDin interfaceMAP
-
getFaultTo
public MAPEndpoint getFaultTo()
- Specified by:
getFaultToin interfaceMAP
-
getReplyTo
public MAPEndpoint getReplyTo()
- Specified by:
getReplyToin interfaceMAP
-
getRelatesTo
public MAPRelatesTo getRelatesTo()
- Specified by:
getRelatesToin interfaceMAP
-
setFrom
public void setFrom(MAPEndpoint epref)
-
setMessageID
public void setMessageID(String messageID)
- Specified by:
setMessageIDin interfaceMAP
-
setReplyTo
public void setReplyTo(MAPEndpoint epref)
- Specified by:
setReplyToin interfaceMAP
-
setFaultTo
public void setFaultTo(MAPEndpoint epref)
- Specified by:
setFaultToin interfaceMAP
-
setRelatesTo
public void setRelatesTo(MAPRelatesTo relatesTo)
- Specified by:
setRelatesToin interfaceMAP
-
addReferenceParameter
public void addReferenceParameter(Element refParam)
- Specified by:
addReferenceParameterin interfaceMAP
-
initializeAsDestination
public void initializeAsDestination(MAPEndpoint epref)
- Specified by:
initializeAsDestinationin interfaceMAP
-
getReferenceParameters
public List<Object> getReferenceParameters()
- Specified by:
getReferenceParametersin interfaceMAP
-
installOutboundMapOnClientSide
public void installOutboundMapOnClientSide(Map<String,Object> requestContext, MAP map)
- Specified by:
installOutboundMapOnClientSidein interfaceMAP
-
-