|
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.policy.builders.jaxb.JaxbAssertionBuilder<T>
public class JaxbAssertionBuilder<T>
Constructor Summary | |
---|---|
JaxbAssertionBuilder(java.lang.Class<T> type,
javax.xml.namespace.QName qn)
Constructs a JAXBAssertionBuilder from the specified class and schema type. |
|
JaxbAssertionBuilder(javax.xml.namespace.QName qn)
Constructs a JAXBAssertionBuilder from the QName of the schema type |
|
JaxbAssertionBuilder(java.lang.String className,
javax.xml.namespace.QName qn)
Constructs a JAXBAssertionBuilder from the specified class name and schema type. |
Method Summary | |
---|---|
org.apache.neethi.Assertion |
build(org.w3c.dom.Element element)
Constructs an assertion from an xml element. |
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 JaxbAssertionBuilder(javax.xml.namespace.QName qn) throws javax.xml.bind.JAXBException, java.lang.ClassNotFoundException
qn
- the schema type
javax.xml.bind.JAXBException
java.lang.ClassNotFoundException
public JaxbAssertionBuilder(java.lang.String className, javax.xml.namespace.QName qn) throws javax.xml.bind.JAXBException, java.lang.ClassNotFoundException
className
- the name of the class to which the schema type is mappedqn
- the schema type
javax.xml.bind.JAXBException
java.lang.ClassNotFoundException
public JaxbAssertionBuilder(java.lang.Class<T> type, javax.xml.namespace.QName qn) throws javax.xml.bind.JAXBException
type
- the class to which the schema type is mappedqn
- the schema type
javax.xml.bind.JAXBException
java.lang.ClassNotFoundException
Method Detail |
---|
public org.apache.neethi.Assertion build(org.w3c.dom.Element element)
AssertionBuilder
build
in interface AssertionBuilder
element
- the element from which to build an assertion
public java.util.Collection<javax.xml.namespace.QName> getKnownElements()
AssertionBuilder
getKnownElements
in interface AssertionBuilder
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |