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, 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 Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.api.addressing.AddressingVersionProvides information about the WS-Addressing protocol version used on the endpoint.com.sun.xml.ws.api.ha.HighAvailabilityProviderorg.glassfish.gmbal.ManagedObjectManagerReturns GMBAL/JMX managercom.sun.xml.ws.api.SOAPVersionProvides 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, 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:
isReliableMessagingEnabledin interfaceRxConfiguration- See Also:
-
ReliableMessagingFeature
-
isMakeConnectionSupportEnabled
public boolean isMakeConnectionSupportEnabled()- Specified by:
isMakeConnectionSupportEnabledin interfaceRxConfiguration- See Also:
-
MakeConnectionSupportedFeature
-
getSoapVersion
public com.sun.xml.ws.api.SOAPVersion 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
public com.sun.xml.ws.api.addressing.AddressingVersion 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
public com.sun.xml.ws.api.ha.HighAvailabilityProvider getHighAvailabilityProvider()
-