Package com.sun.xml.ws.rx.rm.runtime
Interface RmConfiguration
-
- All Superinterfaces:
RxConfiguration
public interface RmConfiguration extends RxConfiguration
-
-
Field Summary
-
Fields inherited from interface com.sun.xml.ws.rx.RxConfiguration
ACK_REQUESTED_HEADER_SET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReliableMessagingFeaturegetInternalRmFeature()ReliableMessagingFeaturegetRmFeature()RmRuntimeVersiongetRuntimeVersion()-
Methods inherited from interface com.sun.xml.ws.rx.RxConfiguration
getAddressingVersion, getManagedObjectManager, getSoapVersion, isMakeConnectionSupportEnabled, isReliableMessagingEnabled, requestResponseOperationsDetected
-
-
-
-
Method Detail
-
getRmFeature
ReliableMessagingFeature getRmFeature()
-
getInternalRmFeature
ReliableMessagingFeature getInternalRmFeature()
-
getRuntimeVersion
RmRuntimeVersion getRuntimeVersion()
-
-