public class RMUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MULE_ADDRESSING_ENABLE |
static String |
MULE_RM_ENABLE |
static String |
MULE_RM_SEQUENCE |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyAndClose(byte[] input,
OutputStream output) |
static void |
copySettings(org.apache.cxf.message.Message request,
org.apache.cxf.message.Message response) |
static void |
enableAddressing(Map<String,Object> props,
AddressingProperties addressingProperties) |
static void |
enableReliableMessaging(Map<String,Object> props,
ReliableMessagingProperties rmProperties,
org.apache.cxf.ws.rm.SourceSequence sourceSequence) |
static String |
getReliableMessagingSequence(org.apache.cxf.message.Message message) |
static boolean |
isAddressingEnable(org.apache.cxf.message.Message message) |
static boolean |
isReliableMessagingEnable(org.apache.cxf.message.Message message) |
static byte[] |
toByteArray(org.apache.cxf.ws.rm.v200702.SequenceAcknowledgement obj) |
static org.apache.cxf.ws.rm.v200702.SequenceAcknowledgement |
toSequenceAcknowledgement(byte[] obj) |
public static final String MULE_RM_ENABLE
public static final String MULE_RM_SEQUENCE
public static final String MULE_ADDRESSING_ENABLE
public static String getReliableMessagingSequence(org.apache.cxf.message.Message message)
public static boolean isReliableMessagingEnable(org.apache.cxf.message.Message message)
public static boolean isAddressingEnable(org.apache.cxf.message.Message message)
public static void enableAddressing(Map<String,Object> props, AddressingProperties addressingProperties)
public static void enableReliableMessaging(Map<String,Object> props, ReliableMessagingProperties rmProperties, org.apache.cxf.ws.rm.SourceSequence sourceSequence)
public static void copySettings(org.apache.cxf.message.Message request,
org.apache.cxf.message.Message response)
public static byte[] toByteArray(org.apache.cxf.ws.rm.v200702.SequenceAcknowledgement obj)
throws IOException
IOExceptionpublic static org.apache.cxf.ws.rm.v200702.SequenceAcknowledgement toSequenceAcknowledgement(byte[] obj)
public static void copyAndClose(byte[] input,
OutputStream output)
throws IOException
IOExceptionCopyright © 2022. All rights reserved.