Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Class
oracle.webservices.model.SerializationException

Packages that use SerializationException
oracle.webservices.model This package contains the API for a generic model of a Webservice. 

 

Uses of SerializationException in oracle.webservices.model

 

Methods in oracle.webservices.model that throw SerializationException
abstract  Model Factory.loadModel(Element model)
          Loads a model from a DOM element created using the storeModel method.
 Element Serializer.marshal(Factory factory, Component parentComponent, QName type, Object extension, Document document)
          Marshals a component or extension into a DOM tree.
abstract  Element Factory.storeModel(Model model, Document document)
          Serializes the model to a DOM element.
 Object Serializer.unmarshal(Factory factory, Component parentComponent, Element extensionElement)
          Unmarshalls a component or extension from the provided DOM element.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.