|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder
public class AddressingAssertionBuilder
| Constructor Summary | |
|---|---|
AddressingAssertionBuilder(Bus b)
|
|
| Method Summary | |
|---|---|
org.apache.neethi.Assertion |
build(org.w3c.dom.Element elem)
Constructs an assertion from an xml element. |
org.apache.neethi.Assertion |
buildCompatible(org.apache.neethi.Assertion a,
org.apache.neethi.Assertion b)
Returns a new assertion that is compatible with the two specified assertions or null if no compatible assertion can be built. |
java.util.Collection<javax.xml.namespace.QName> |
getKnownElements()
Returns a collection of QNames describing the xml schema types for which this builder can build assertions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressingAssertionBuilder(Bus b)
| Method Detail |
|---|
public org.apache.neethi.Assertion build(org.w3c.dom.Element elem)
AssertionBuilder
build in interface AssertionBuilderelem - the element from which to build an assertion
public java.util.Collection<javax.xml.namespace.QName> getKnownElements()
AssertionBuilder
getKnownElements in interface AssertionBuilder
public org.apache.neethi.Assertion buildCompatible(org.apache.neethi.Assertion a,
org.apache.neethi.Assertion b)
AssertionBuilder
buildCompatible in interface AssertionBuilder
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||