Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
12c Release 1 (12.1.3.0.0)

E54267-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.mappers.api
Interface Unmarshaller


public interface Unmarshaller

An Unmarshaller implementation deserializes XML data into a newly created Java object graph.


Method Summary
 java.lang.Object unmarshal(javax.xml.transform.Source source)
          Unmarshal the provided Source into an object graph.

 

Method Detail

unmarshal

public java.lang.Object unmarshal(javax.xml.transform.Source source)
                           throws MapperException
Unmarshal the provided Source into an object graph.
Parameters:
source - the XML source
Returns:
the root of the newly created object graph

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2014 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD