| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyBuilder
PolicyBuilder provides methods to create Policy and PolicyReferenceObjects from DOM elements.
| Method Summary | |
|---|---|
|  org.apache.neethi.Policy | getPolicy(Element element)Creates a Policy object from an DOM element. | 
|  org.apache.neethi.Policy | getPolicy(InputStream stream)Creates a Policy object from an InputStream. | 
|  org.apache.neethi.PolicyReference | getPolicyReference(Element element)Creates a PolicyReference object from a DOM element. | 
|  org.apache.neethi.PolicyRegistry | getPolicyRegistry()Return the PolicyRegistry associated with the builder | 
| Method Detail | 
|---|
org.apache.neethi.PolicyReference getPolicyReference(Element element)
element - the element
org.apache.neethi.Policy getPolicy(Element element)
element - the element
org.apache.neethi.Policy getPolicy(InputStream stream)
                                   throws IOException,
                                          ParserConfigurationException,
                                          SAXException
stream - the inputstream
IOException
ParserConfigurationException
SAXExceptionorg.apache.neethi.PolicyRegistry getPolicyRegistry()
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||