org.apache.cxf.ws.policy
public interface AssertionBuilder
| Modifier and Type | Method and Description |
|---|---|
PolicyAssertion |
build(Element element)
Constructs an assertion from an xml element.
|
PolicyAssertion |
buildCompatible(PolicyAssertion a,
PolicyAssertion b)
Returns a new assertion that is compatible with the two specified
assertions or null if no compatible assertion can be built.
|
Collection<QName> |
getKnownElements()
Returns a collection of QNames describing the xml schema types for which this
builder can build assertions.
|
PolicyAssertion build(Element element)
element - the element from which to build an assertionCollection<QName> getKnownElements()
PolicyAssertion buildCompatible(PolicyAssertion a, PolicyAssertion b)
Apache CXF