-
- All Superinterfaces:
RxConfiguration
public interface RmConfiguration extends RxConfiguration
- Author:
- Marek Potociar
-
-
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 com.oracle.webservices.oracle_internal_api.rm.ReliableMessagingFeaturegetInternalRmFeature()com.sun.xml.ws.rx.rm.api.ReliableMessagingFeaturegetRmFeature()RmRuntimeVersiongetRuntimeVersion()-
Methods inherited from interface com.sun.xml.ws.rx.RxConfiguration
getAddressingVersion, getManagedObjectManager, getSoapVersion, isMakeConnectionSupportEnabled, isReliableMessagingEnabled, requestResponseOperationsDetected
-
-
-
-
Method Detail
-
getRmFeature
com.sun.xml.ws.rx.rm.api.ReliableMessagingFeature getRmFeature()
-
getInternalRmFeature
com.oracle.webservices.oracle_internal_api.rm.ReliableMessagingFeature getInternalRmFeature()
-
getRuntimeVersion
RmRuntimeVersion getRuntimeVersion()
-
-