Package org.apache.cxf.ws.rm.policy
Class MC11AssertionBuilder
- java.lang.Object
-
- org.apache.cxf.ws.rm.policy.MC11AssertionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static QName[]KNOWN_ELEMENTSstatic StringMCSUPPORTED_NAMEstatic QNameMCSUPPORTED_QNAMEstatic StringWSMC_NAMESPACE
-
Constructor Summary
Constructors Constructor Description MC11AssertionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.neethi.Assertionbuild(Element elem, org.apache.neethi.AssertionBuilderFactory factory)QName[]getKnownElements()
-
-
-
Field Detail
-
MCSUPPORTED_NAME
public static final String MCSUPPORTED_NAME
- See Also:
- Constant Field Values
-
WSMC_NAMESPACE
public static final String WSMC_NAMESPACE
- See Also:
- Constant Field Values
-
MCSUPPORTED_QNAME
public static final QName MCSUPPORTED_QNAME
-
KNOWN_ELEMENTS
public static final QName[] KNOWN_ELEMENTS
-
-
Method Detail
-
getKnownElements
public QName[] getKnownElements()
- Specified by:
getKnownElementsin interfaceorg.apache.neethi.builders.AssertionBuilder<Element>- See Also:
AssertionBuilder.getKnownElements()
-
build
public org.apache.neethi.Assertion build(Element elem, org.apache.neethi.AssertionBuilderFactory factory) throws IllegalArgumentException
- Specified by:
buildin interfaceorg.apache.neethi.builders.AssertionBuilder<Element>- Throws:
IllegalArgumentException- See Also:
org.apache.neethi.builders.AssertionBuilder#build(org.w3c.dom.Element, org.apache.neethi.AssertionBuilderFactory)
-
-