Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.xml.security.utils
Class XMLObjectReader

java.lang.Object
  extended by weblogic.xml.security.utils.XMLObjectReader
Direct Known Subclasses:
WSSEReader

public abstract class XMLObjectReader
extends Object


Constructor Summary
XMLObjectReader()
           
 
Method Summary
 Object readObject(XMLInputStream xin)
           
 Object readObject(XMLInputStream xin, int expectedTC)
           
abstract  Object readObjectInternal(int tc, String namespace, XMLInputStream xin)
           
protected  void register(String namespace, String localName, int tc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLObjectReader

public XMLObjectReader()
Method Detail

readObject

public Object readObject(XMLInputStream xin)
                  throws XMLStreamException
Throws:
XMLStreamException

readObject

public Object readObject(XMLInputStream xin,
                         int expectedTC)
                  throws XMLStreamException
Throws:
XMLStreamException

readObjectInternal

public abstract Object readObjectInternal(int tc,
                                          String namespace,
                                          XMLInputStream xin)
                                   throws XMLStreamException
Throws:
XMLStreamException

register

protected void register(String namespace,
                        String localName,
                        int tc)

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02