|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RxConfiguration
Method Summary | |
---|---|
long |
getAcknowledgementRequestInterval()
|
com.sun.xml.ws.api.addressing.AddressingVersion |
getAddressingVersion()
Provides information about the WS-Addressing protocol version used on the endpoint. |
long |
getCloseSequenceOperationTimeout()
|
ReliableMessagingFeature.DeliveryAssurance |
getDeliveryAssurance()
|
long |
getDestinationBufferQuota()
|
long |
getMessageRetransmissionInterval()
|
ReliableMessagingFeature.BackoffAlgorithm |
getRetransmissionBackoffAlgorithm()
|
RmVersion |
getRmVersion()
|
ReliableMessagingFeature.SecurityBinding |
getSecurityBinding()
|
long |
getSequenceInactivityTimeout()
|
com.sun.xml.ws.api.SOAPVersion |
getSoapVersion()
Provides information about the SOAP protocol version used on the endpoint. |
boolean |
isMakeConnectionSupportEnabled()
|
boolean |
isOrderedDeliveryEnabled()
|
boolean |
isReliableMessagingEnabled()
|
boolean |
requestResponseOperationsDetected()
Provides information if the port, which this configuration belongs to, has any request/response operations. |
Method Detail |
---|
boolean isReliableMessagingEnabled()
ReliableMessagingFeature
boolean isMakeConnectionSupportEnabled()
MakeConnectionSupportedFeature
RmVersion getRmVersion()
ReliableMessagingFeature.getVersion()
com.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
otherwiselong getSequenceInactivityTimeout()
ReliableMessagingFeature.getSequenceInactivityTimeout()
ReliableMessagingFeature.SecurityBinding getSecurityBinding()
ReliableMessagingFeature.getSecurityBinding()
ReliableMessagingFeature.DeliveryAssurance getDeliveryAssurance()
ReliableMessagingFeature.getDeliveryAssurance()
boolean isOrderedDeliveryEnabled()
ReliableMessagingFeature.isOrderedDeliveryEnabled()
long getDestinationBufferQuota()
ReliableMessagingFeature.getDestinationBufferQuota()
long getMessageRetransmissionInterval()
ReliableMessagingFeature.getMessageRetransmissionInterval()
ReliableMessagingFeature.BackoffAlgorithm getRetransmissionBackoffAlgorithm()
ReliableMessagingFeature.getRetransmissionBackoffAlgorithm()
long getAcknowledgementRequestInterval()
ReliableMessagingFeature.getAcknowledgementRequestInterval()
long getCloseSequenceOperationTimeout()
ReliableMessagingFeature.getCloseSequenceOperationTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |