Class RxConfigurationBase

java.lang.Object
com.sun.xml.ws.rx.RxConfigurationBase
All Implemented Interfaces:
RxConfiguration

public abstract class RxConfigurationBase extends Object implements RxConfiguration
  • Constructor Details

    • RxConfigurationBase

      protected RxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, com.sun.xml.ws.api.SOAPVersion soapVersion, com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion, boolean requestResponseDetected, org.glassfish.gmbal.ManagedObjectManager managedObjectManager, com.sun.xml.ws.api.ha.HighAvailabilityProvider haProvider)
  • Method Details

    • isReliableMessagingEnabled

      public boolean isReliableMessagingEnabled()
      Specified by:
      isReliableMessagingEnabled in interface RxConfiguration
      See Also:
    • isMakeConnectionSupportEnabled

      public boolean isMakeConnectionSupportEnabled()
      Specified by:
      isMakeConnectionSupportEnabled in interface RxConfiguration
      See Also:
    • getSoapVersion

      public com.sun.xml.ws.api.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 com.sun.xml.ws.api.addressing.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 org.glassfish.gmbal.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 com.sun.xml.ws.api.ha.HighAvailabilityProvider getHighAvailabilityProvider()