Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policy.parser.impl
Class DeSerializerUtil

java.lang.Object
  extended by oracle.wsm.policy.parser.impl.DeSerializerUtil


public class DeSerializerUtil
extends Object

Constructor Summary
DeSerializerUtil()
           

 

Method Summary
static String getAttribute(Element elem, String namespaceURI, String attrName)
           
static Map<QName,String> getAttributes(Element element)
           
static String getMostRelevantNameSpaceURI(Node node)
           
static QName getQName(Node node)
           
static List parse(Element element, ParseContext ctx)
           
static Object parseAndReturnObject(Element obj, ParseContext ctx)
           
static void setAttributes(Document doc, Element elem, Map<QName,String> attributes)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DeSerializerUtil

public DeSerializerUtil()

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.