public interface PolicyBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.neethi.Policy |
getPolicy(InputStream stream)
Creates a Policy object from an InputStream.
|
org.apache.neethi.Policy |
getPolicy(Object element)
Creates a Policy object from an DOM element.
|
org.apache.neethi.PolicyReference |
getPolicyReference(Object element)
Creates a PolicyReference object from a DOM element.
|
org.apache.neethi.PolicyRegistry |
getPolicyRegistry()
Return the PolicyRegistry associated with the builder
|
org.apache.neethi.PolicyReference getPolicyReference(Object element)
element - the elementorg.apache.neethi.Policy getPolicy(Object element)
element - the elementorg.apache.neethi.Policy getPolicy(InputStream stream) throws IOException, ParserConfigurationException, SAXException
stream - the inputstreamIOExceptionParserConfigurationExceptionSAXExceptionorg.apache.neethi.PolicyRegistry getPolicyRegistry()
Apache CXF