Package | Description |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.feature | |
org.apache.cxf.ws.rm.policy | |
org.apache.cxf.ws.rm.soap |
Modifier and Type | Method and Description |
---|---|
RMAssertion |
RMManager.getRMAssertion() |
Modifier and Type | Method and Description |
---|---|
void |
RMManager.setRMAssertion(RMAssertion rma) |
Modifier and Type | Method and Description |
---|---|
void |
RMFeature.setRMAssertion(RMAssertion rma) |
Modifier and Type | Method and Description |
---|---|
RMAssertion |
ObjectFactory.createRMAssertion()
Create an instance of
RMAssertion |
static RMAssertion |
PolicyUtils.getRMAssertion(RMAssertion defaultValue,
Message message)
Returns an RMAssertion that is compatible with the default value
and all RMAssertions pertaining to the message (can never be null).
|
static RMAssertion |
PolicyUtils.intersect(RMAssertion a,
RMAssertion b) |
Modifier and Type | Method and Description |
---|---|
protected JaxbAssertion<RMAssertion> |
RMAssertionBuilder.buildAssertion() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PolicyUtils.equals(RMAssertion a,
RMAssertion b) |
static RMAssertion |
PolicyUtils.getRMAssertion(RMAssertion defaultValue,
Message message)
Returns an RMAssertion that is compatible with the default value
and all RMAssertions pertaining to the message (can never be null).
|
static RMAssertion |
PolicyUtils.intersect(RMAssertion a,
RMAssertion b) |
Modifier and Type | Method and Description |
---|---|
protected JaxbAssertion<RMAssertion> |
RetransmissionQueueImpl.getAssertion(AssertionInfo ai) |
Apache CXF