Skip navigation links
oracle.wsm.policy.parser.impl
Class DeSerializerUtil
java.lang.Object
oracle.wsm.policy.parser.impl.DeSerializerUtil
-
public class DeSerializerUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeSerializerUtil
public DeSerializerUtil()
parse
public static List parse(Element element,
ParseContext ctx)
throws PolicyParseFailedException
-
- Throws:
PolicyParseFailedException
parseAndReturnObject
public static Object parseAndReturnObject(Element obj,
ParseContext ctx)
throws PolicyParseFailedException
-
- Throws:
PolicyParseFailedException
getAttributes
public static Map<QName,String> getAttributes(Element element)
getMostRelevantNameSpaceURI
public static String getMostRelevantNameSpaceURI(Node node)
getAttribute
public static String getAttribute(Element elem,
String namespaceURI,
String attrName)
setAttributes
public static void setAttributes(Document doc,
Element elem,
Map<QName,String> attributes)
getQName
public static QName getQName(Node node)
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.