org.apache.cxf.ws.policy.builder.primitive
public class PrimitiveAssertionBuilder extends Object implements AssertionBuilder
| Constructor and Description |
|---|
PrimitiveAssertionBuilder() |
PrimitiveAssertionBuilder(Collection<QName> els) |
| Modifier and Type | Method and Description |
|---|---|
PolicyAssertion |
build(Element element)
Constructs an assertion from an xml element.
|
PolicyAssertion |
buildCompatible(PolicyAssertion a,
PolicyAssertion b)
If the two assertions are equal, they are also compatible.
|
Collection<QName> |
getKnownElements()
Returns a collection of QNames describing the xml schema types for which this
builder can build assertions.
|
void |
setBus(Bus b) |
void |
setKnownElements(Collection<QName> k) |
protected Bus bus
public PrimitiveAssertionBuilder()
public PrimitiveAssertionBuilder(Collection<QName> els)
public void setBus(Bus b)
public PolicyAssertion build(Element element)
AssertionBuilderbuild in interface AssertionBuilderelement - the element from which to build an assertionpublic Collection<QName> getKnownElements()
AssertionBuildergetKnownElements in interface AssertionBuilderpublic void setKnownElements(Collection<QName> k)
public PolicyAssertion buildCompatible(PolicyAssertion a, PolicyAssertion b)
buildCompatible in interface AssertionBuilderApache CXF