com.sun.xml.ws.rx
Class RxConfigurationBase
java.lang.Object
com.sun.xml.ws.rx.RxConfigurationBase
- All Implemented Interfaces:
- RxConfiguration
public abstract class RxConfigurationBase
- extends Object
- implements RxConfiguration
- Author:
- Marek Potociar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RxConfigurationBase
protected RxConfigurationBase(boolean isRmEnabled,
boolean isMcEnabled,
SOAPVersion soapVersion,
AddressingVersion addressingVersion,
boolean requestResponseDetected,
ManagedObjectManager managedObjectManager,
HighAvailabilityProvider haProvider)
isReliableMessagingEnabled
public boolean isReliableMessagingEnabled()
- Specified by:
isReliableMessagingEnabled in interface RxConfiguration
- See Also:
ReliableMessagingFeature
isMakeConnectionSupportEnabled
public boolean isMakeConnectionSupportEnabled()
- Specified by:
isMakeConnectionSupportEnabled in interface RxConfiguration
- See Also:
MakeConnectionSupportedFeature
getSoapVersion
public SOAPVersion getSoapVersion()
- Description copied from interface:
RxConfiguration
- Provides information about the SOAP protocol version used on the endpoint.
- Specified by:
getSoapVersion in interface RxConfiguration
- Returns:
- the SOAP protocol version used on the RM-enabled endpoint
getAddressingVersion
public AddressingVersion getAddressingVersion()
- Description copied from interface:
RxConfiguration
- Provides information about the WS-Addressing protocol version used on the endpoint.
- Specified by:
getAddressingVersion in interface RxConfiguration
- Returns:
- the WS-Addressing protocol version used on the RM-enabled endpoint
requestResponseOperationsDetected
public boolean requestResponseOperationsDetected()
- Description copied from interface:
RxConfiguration
- Provides information if the port, which this configuration belongs to, has
any request/response operations.
- Specified by:
requestResponseOperationsDetected in interface RxConfiguration
- Returns:
true in case the port has any request/response operations; false otherwise
getManagedObjectManager
public ManagedObjectManager getManagedObjectManager()
- Description copied from interface:
RxConfiguration
- Returns GMBAL/JMX manager
- Specified by:
getManagedObjectManager in interface RxConfiguration
- Returns:
- GMBAL/JMX manager. May return null.
getHighAvailabilityProvider
public HighAvailabilityProvider getHighAvailabilityProvider()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.