-
- All Superinterfaces:
RxConfiguration
public interface McConfiguration 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.sun.xml.ws.rx.mc.api.MakeConnectionSupportedFeaturegetFeature()McRuntimeVersiongetRuntimeVersion()StringgetUniqueEndpointId()-
Methods inherited from interface com.sun.xml.ws.rx.RxConfiguration
getAddressingVersion, getManagedObjectManager, getSoapVersion, isMakeConnectionSupportEnabled, isReliableMessagingEnabled, requestResponseOperationsDetected
-
-
-
-
Method Detail
-
getFeature
com.sun.xml.ws.rx.mc.api.MakeConnectionSupportedFeature getFeature()
-
getRuntimeVersion
McRuntimeVersion getRuntimeVersion()
-
getUniqueEndpointId
String getUniqueEndpointId()
-
-