public abstract class RxConfigurationBase extends Object implements RxConfiguration
ACK_REQUESTED_HEADER_SET| Modifier | Constructor and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.xml.ws.api.addressing.AddressingVersion |
getAddressingVersion()
Provides information about the WS-Addressing protocol version used on the endpoint.
|
com.sun.xml.ws.api.ha.HighAvailabilityProvider |
getHighAvailabilityProvider() |
org.glassfish.gmbal.ManagedObjectManager |
getManagedObjectManager()
Returns GMBAL/JMX manager
|
com.sun.xml.ws.api.SOAPVersion |
getSoapVersion()
Provides information about the SOAP protocol version used on the endpoint.
|
boolean |
isMakeConnectionSupportEnabled() |
boolean |
isReliableMessagingEnabled() |
boolean |
requestResponseOperationsDetected()
Provides information if the port, which this configuration belongs to, has
any request/response operations.
|
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)
public boolean isReliableMessagingEnabled()
isReliableMessagingEnabled in interface RxConfigurationReliableMessagingFeaturepublic boolean isMakeConnectionSupportEnabled()
isMakeConnectionSupportEnabled in interface RxConfigurationMakeConnectionSupportedFeaturepublic com.sun.xml.ws.api.SOAPVersion getSoapVersion()
RxConfigurationgetSoapVersion in interface RxConfigurationpublic com.sun.xml.ws.api.addressing.AddressingVersion getAddressingVersion()
RxConfigurationgetAddressingVersion in interface RxConfigurationpublic boolean requestResponseOperationsDetected()
RxConfigurationrequestResponseOperationsDetected in interface RxConfigurationtrue in case the port has any request/response operations; false otherwisepublic org.glassfish.gmbal.ManagedObjectManager getManagedObjectManager()
RxConfigurationgetManagedObjectManager in interface RxConfigurationpublic com.sun.xml.ws.api.ha.HighAvailabilityProvider getHighAvailabilityProvider()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.