Package com.sun.xml.ws.rx
Class RxConfigurationBase
java.lang.Object
com.sun.xml.ws.rx.RxConfigurationBase
- All Implemented Interfaces:
RxConfiguration
-
Field Summary
Fields inherited from interface com.sun.xml.ws.rx.RxConfiguration
ACK_REQUESTED_HEADER_SET -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, SOAPVersion soapVersion, AddressingVersion addressingVersion, boolean requestResponseDetected, org.glassfish.gmbal.ManagedObjectManager managedObjectManager, HighAvailabilityProvider haProvider) -
Method Summary
Modifier and TypeMethodDescriptionProvides information about the WS-Addressing protocol version used on the endpoint.org.glassfish.gmbal.ManagedObjectManagerReturns GMBAL/JMX managerProvides information about the SOAP protocol version used on the endpoint.booleanbooleanbooleanProvides information if the port, which this configuration belongs to, has any request/response operations.
-
Constructor Details
-
RxConfigurationBase
protected RxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, SOAPVersion soapVersion, AddressingVersion addressingVersion, boolean requestResponseDetected, org.glassfish.gmbal.ManagedObjectManager managedObjectManager, HighAvailabilityProvider haProvider)
-
-
Method Details
-
isReliableMessagingEnabled
public boolean isReliableMessagingEnabled()- Specified by:
isReliableMessagingEnabledin interfaceRxConfiguration- See Also:
-
isMakeConnectionSupportEnabled
public boolean isMakeConnectionSupportEnabled()- Specified by:
isMakeConnectionSupportEnabledin interfaceRxConfiguration- See Also:
-
getSoapVersion
Description copied from interface:RxConfigurationProvides information about the SOAP protocol version used on the endpoint.- Specified by:
getSoapVersionin interfaceRxConfiguration- Returns:
- the SOAP protocol version used on the RM-enabled endpoint
-
getAddressingVersion
Description copied from interface:RxConfigurationProvides information about the WS-Addressing protocol version used on the endpoint.- Specified by:
getAddressingVersionin interfaceRxConfiguration- Returns:
- the WS-Addressing protocol version used on the RM-enabled endpoint
-
requestResponseOperationsDetected
public boolean requestResponseOperationsDetected()Description copied from interface:RxConfigurationProvides information if the port, which this configuration belongs to, has any request/response operations.- Specified by:
requestResponseOperationsDetectedin interfaceRxConfiguration- Returns:
truein case the port has any request/response operations;falseotherwise
-
getManagedObjectManager
public org.glassfish.gmbal.ManagedObjectManager getManagedObjectManager()Description copied from interface:RxConfigurationReturns GMBAL/JMX manager- Specified by:
getManagedObjectManagerin interfaceRxConfiguration- Returns:
- GMBAL/JMX manager. May return null.
-
getHighAvailabilityProvider
-