com.sun.xml.ws.rx
Interface RxConfiguration

All Known Subinterfaces:
McConfiguration, RmConfiguration
All Known Implementing Classes:
RxConfigurationBase

public interface RxConfiguration

Common base for WS-RX technology configuration

Author:
Marek Potociar (marek.potociar at sun.com)

Field Summary
static String ACK_REQUESTED_HEADER_SET
           
 
Method Summary
 AddressingVersion getAddressingVersion()
          Provides information about the WS-Addressing protocol version used on the endpoint.
 ManagedObjectManager getManagedObjectManager()
          Returns GMBAL/JMX manager
 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.
 

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

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

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:
true in case the port has any request/response operations; false otherwise

getManagedObjectManager

ManagedObjectManager getManagedObjectManager()
Returns GMBAL/JMX manager

Returns:
GMBAL/JMX manager. May return null.


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.