Uses of Class
org.apache.cxf.ws.addressing.AddressingProperties
-
Packages that use AddressingProperties Package Description org.apache.cxf.ws.addressing org.apache.cxf.ws.addressing.soap org.apache.cxf.ws.rm -
-
Uses of AddressingProperties in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return AddressingProperties Modifier and Type Method Description AddressingPropertiesAddressingProperties. createCompatibleResponseProperties()static AddressingPropertiesContextUtils. retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)static AddressingPropertiesContextUtils. retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound, boolean warnIfMissing)Methods in org.apache.cxf.ws.addressing with parameters of type AddressingProperties Modifier and Type Method Description static booleanContextUtils. hasEmptyAction(AddressingProperties maps)Helper method to determine if an MAPs Action is empty (a null action is considered empty, whereas a zero length action suppresses the propagation of the Action property).static voidContextUtils. propogateReceivedMAPs(AddressingProperties inMAPs, Exchange exchange)Propagate inbound MAPs onto full reponse & fault messages.static voidContextUtils. propogateReceivedMAPs(AddressingProperties inMAPs, Message responseMessage)Propogate inbound MAPs onto reponse message if applicable (not applicable for oneways).static voidContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound)Store MAPs in the message.static voidContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor)Store MAPs in the message.static voidContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor, boolean isProviderContext)Store MAPs in the message. -
Uses of AddressingProperties in org.apache.cxf.ws.addressing.soap
Methods in org.apache.cxf.ws.addressing.soap that return AddressingProperties Modifier and Type Method Description AddressingPropertiesMAPCodec. unmarshalMAPs(SoapMessage message)Decode the MAPs from protocol-specific headers. -
Uses of AddressingProperties in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return AddressingProperties Modifier and Type Method Description static AddressingPropertiesRMContextUtils. retrieveMAPs(Message message, boolean isProviderContext, boolean isOutbound)Retrieves the addressing properties from the current message.Methods in org.apache.cxf.ws.rm with parameters of type AddressingProperties Modifier and Type Method Description SourceSequenceRMManager. getSequence(Identifier inSeqId, Message message, AddressingProperties maps)static voidRMContextUtils. storeMAPs(AddressingProperties maps, Message message, boolean isOutbound, boolean isRequestor)Store MAPs in the message.
-