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 | |
org.apache.cxf.ws.rmp.v200502 |
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 |
---|---|
static RMAssertion |
RM10PolicyUtils.getRMAssertion(RMAssertion defaultValue,
org.apache.cxf.message.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 |
RM10PolicyUtils.intersect(RMAssertion a,
RMAssertion b) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion> |
RMAssertionBuilder.buildAssertion() |
Modifier and Type | Method and Description |
---|---|
static boolean |
RM10PolicyUtils.equals(RMAssertion a,
RMAssertion b) |
static RMAssertion |
RM10PolicyUtils.getRMAssertion(RMAssertion defaultValue,
org.apache.cxf.message.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 |
RM10PolicyUtils.intersect(RMAssertion a,
RMAssertion b) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion> |
RetransmissionQueueImpl.getAssertion(org.apache.cxf.ws.policy.AssertionInfo ai) |
Modifier and Type | Method and Description |
---|---|
RMAssertion |
ObjectFactory.createRMAssertion()
Create an instance of
RMAssertion |
Apache CXF