Apache CXF API

org.apache.cxf.ws.rm.policy
Class RSPAssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.rm.policy.RSPAssertionBuilder
All Implemented Interfaces:
org.apache.neethi.builders.AssertionBuilder<Element>

public class RSPAssertionBuilder
extends Object
implements org.apache.neethi.builders.AssertionBuilder<Element>

Builds a WS-I RSP Conformant assertion.


Field Summary
static String CONFORMANT_NAME
           
static QName CONFORMANT_QNAME
           
static QName[] KNOWN_ELEMENTS
           
static String RSP_NAMESPACE
           
 
Constructor Summary
RSPAssertionBuilder()
           
 
Method Summary
 org.apache.neethi.Assertion build(Element elem, org.apache.neethi.AssertionBuilderFactory factory)
           
 QName[] getKnownElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFORMANT_NAME

public static final String CONFORMANT_NAME
See Also:
Constant Field Values

RSP_NAMESPACE

public static final String RSP_NAMESPACE
See Also:
Constant Field Values

CONFORMANT_QNAME

public static final QName CONFORMANT_QNAME

KNOWN_ELEMENTS

public static final QName[] KNOWN_ELEMENTS
Constructor Detail

RSPAssertionBuilder

public RSPAssertionBuilder()
Method Detail

getKnownElements

public QName[] getKnownElements()
Specified by:
getKnownElements in interface org.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:
build in interface org.apache.neethi.builders.AssertionBuilder<Element>
Throws:
IllegalArgumentException
See Also:
org.apache.neethi.builders.AssertionBuilder#build(org.w3c.dom.Element, org.apache.neethi.AssertionBuilderFactory)

Apache CXF API

Apache CXF