Package com.sun.xml.ws.rx
Interface RxConfiguration
-
- All Known Implementing Classes:
RxConfigurationBase
public interface RxConfigurationCommon base for WS-RX technology configuration- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringACK_REQUESTED_HEADER_SET
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sun.xml.ws.api.addressing.AddressingVersiongetAddressingVersion()Provides information about the WS-Addressing protocol version used on the endpoint.org.glassfish.gmbal.ManagedObjectManagergetManagedObjectManager()Returns GMBAL/JMX managercom.sun.xml.ws.api.SOAPVersiongetSoapVersion()Provides information about the SOAP protocol version used on the endpoint.booleanisMakeConnectionSupportEnabled()booleanisReliableMessagingEnabled()booleanrequestResponseOperationsDetected()Provides information if the port, which this configuration belongs to, has any request/response operations.
-
-
-
Field Detail
-
ACK_REQUESTED_HEADER_SET
static final String ACK_REQUESTED_HEADER_SET
-
-
Method Detail
-
isReliableMessagingEnabled
boolean isReliableMessagingEnabled()
- See Also:
ReliableMessagingFeature
-
isMakeConnectionSupportEnabled
boolean isMakeConnectionSupportEnabled()
- See Also:
MakeConnectionSupportedFeature
-
getSoapVersion
com.sun.xml.ws.api.SOAPVersion getSoapVersion()
Provides information about the SOAP protocol version used on the endpoint.- Returns:
- the SOAP protocol version used on the RM-enabled endpoint
-
getAddressingVersion
com.sun.xml.ws.api.addressing.AddressingVersion getAddressingVersion()
Provides information about the WS-Addressing protocol version used on the endpoint.- Returns:
- the WS-Addressing protocol version used on the RM-enabled endpoint
-
requestResponseOperationsDetected
boolean requestResponseOperationsDetected()
Provides information if the port, which this configuration belongs to, has any request/response operations.- Returns:
truein case the port has any request/response operations;falseotherwise
-
getManagedObjectManager
org.glassfish.gmbal.ManagedObjectManager getManagedObjectManager()
Returns GMBAL/JMX manager- Returns:
- GMBAL/JMX manager. May return null.
-
-