Package com.sun.xml.ws.rx.rm.policy
Interface RmConfigurator
-
- All Known Implementing Classes:
AcknowledgementIntervalAssertion
,AckRequestIntervalAssertion
,AckRequestIntervalClientAssertion
,AllowDuplicatesAssertion
,CloseSequenceTimeoutAssertion
,CloseTimeoutClientAssertion
,InactivityTimeoutAssertion
,MaintenanceTaskPeriodAssertion
,MaxConcurrentSessionsAssertion
,OrderedDeliveryAssertion
,PersistentAssertion
,ResendIntervalClientAssertion
,RetransmissionConfigAssertion
,Rm10Assertion
,Rm11Assertion
,RmFlowControlAssertion
public interface RmConfigurator
- Author:
- Marek Potociar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getName()
TODO javadocboolean
isCompatibleWith(RmProtocolVersion version)
TODO javadocReliableMessagingFeatureBuilder
update(ReliableMessagingFeatureBuilder builder)
TODO javadoc
-
-
-
Method Detail
-
isCompatibleWith
boolean isCompatibleWith(RmProtocolVersion version)
TODO javadoc
-
update
@NotNull ReliableMessagingFeatureBuilder update(@NotNull ReliableMessagingFeatureBuilder builder)
TODO javadoc
-
-