public interface RxConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
ACK_REQUESTED_HEADER_SET |
| 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.
|
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.
|
static final String ACK_REQUESTED_HEADER_SET
boolean isReliableMessagingEnabled()
ReliableMessagingFeatureboolean isMakeConnectionSupportEnabled()
MakeConnectionSupportedFeaturecom.sun.xml.ws.api.SOAPVersion getSoapVersion()
com.sun.xml.ws.api.addressing.AddressingVersion getAddressingVersion()
boolean requestResponseOperationsDetected()
true in case the port has any request/response operations; false otherwiseorg.glassfish.gmbal.ManagedObjectManager getManagedObjectManager()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.