Class CXFMAP
java.lang.Object
org.jboss.wsf.stack.cxf.extensions.addressing.map.CXFMAP
- All Implemented Interfaces:
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
Modifier and TypeMethodDescriptionvoidaddReferenceParameter(Element refParam) getFrom()getTo()voidvoidinstallOutboundMapOnClientSide(Map<String, Object> requestContext, MAP map) voidinstallOutboundMapOnServerSide(Map<String, Object> requestContext, MAP map) voidvoidsetFaultTo(MAPEndpoint epref) voidsetFrom(MAPEndpoint epref) voidsetMessageID(String messageID) voidsetRelatesTo(MAPRelatesTo relatesTo) voidsetReplyTo(MAPEndpoint epref) void
-
Method Details
-
getTo
-
getFrom
-
getMessageID
- Specified by:
getMessageIDin interfaceMAP
-
getAction
-
getFaultTo
- Specified by:
getFaultToin interfaceMAP
-
getReplyTo
- Specified by:
getReplyToin interfaceMAP
-
getRelatesTo
- Specified by:
getRelatesToin interfaceMAP
-
setTo
-
setFrom
-
setMessageID
- Specified by:
setMessageIDin interfaceMAP
-
setAction
-
setReplyTo
- Specified by:
setReplyToin interfaceMAP
-
setFaultTo
- Specified by:
setFaultToin interfaceMAP
-
setRelatesTo
- Specified by:
setRelatesToin interfaceMAP
-
addReferenceParameter
- Specified by:
addReferenceParameterin interfaceMAP
-
initializeAsDestination
- Specified by:
initializeAsDestinationin interfaceMAP
-
getReferenceParameters
- Specified by:
getReferenceParametersin interfaceMAP
-
installOutboundMapOnClientSide
- Specified by:
installOutboundMapOnClientSidein interfaceMAP
-
installOutboundMapOnServerSide
- Specified by:
installOutboundMapOnServerSidein interfaceMAP
-