|
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.PolicyBuilderImpl
public class PolicyBuilderImpl
PolicyBuilderImpl is an implementation of the PolicyBuilder interface, provides methods to create Policy and PolicyReferenceObjects from DOM elements, but also from an input stream etc.
| Constructor Summary | |
|---|---|
PolicyBuilderImpl()
|
|
| Method Summary | |
|---|---|
AssertionBuilderRegistry |
getAssertionBuilderRegistry()
|
org.apache.neethi.Policy |
getPolicy(org.w3c.dom.Element element)
Creates a Policy object from a DOM element. |
org.apache.neethi.Policy |
getPolicy(java.io.InputStream is)
Creates a Policy object from an InputStream. |
org.apache.neethi.PolicyReference |
getPolicyReference(org.w3c.dom.Element element)
Creates a PolicyReference object from a DOM element. |
org.apache.neethi.PolicyReference |
getPolicyReference(java.io.InputStream is)
Creates a PolicyReference object from an InputStream. |
java.lang.Class<?> |
getRegistrationType()
|
void |
setAssertionBuilderRegistry(AssertionBuilderRegistry abr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyBuilderImpl()
| Method Detail |
|---|
public java.lang.Class<?> getRegistrationType()
getRegistrationType in interface BusExtensionpublic void setAssertionBuilderRegistry(AssertionBuilderRegistry abr)
public AssertionBuilderRegistry getAssertionBuilderRegistry()
public org.apache.neethi.PolicyReference getPolicyReference(java.io.InputStream is)
throws java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException
inputStream - the input stream
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXExceptionpublic org.apache.neethi.PolicyReference getPolicyReference(org.w3c.dom.Element element)
getPolicyReference in interface PolicyBuilderelement - the element
public org.apache.neethi.Policy getPolicy(java.io.InputStream is)
throws java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException
inputStream - the input stream
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXExceptionpublic org.apache.neethi.Policy getPolicy(org.w3c.dom.Element element)
getPolicy in interface PolicyBuilderelement - the element
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||