|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.policy.util.DOMPolicyReader
DOMPolicyReader implements PolicyReader and provides different methods to create a policy object. It uses DOM as it underlying mechanism to XML.
Field Summary | |
static java.lang.String |
XMLNS_NS_URI
|
Method Summary | |
Policy |
readPolicy(org.w3c.dom.Element element)
|
Policy |
readPolicy(java.io.InputStream in)
Creates a Policy object from an InputStream. |
PolicyReference |
readPolicyReference(org.w3c.dom.Element element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String XMLNS_NS_URI
Method Detail |
public Policy readPolicy(java.io.InputStream in)
PolicyReader
readPolicy
in interface PolicyReader
in
- the inputStream of the source file
public Policy readPolicy(org.w3c.dom.Element element)
public PolicyReference readPolicyReference(org.w3c.dom.Element element)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |