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

Part Number E27170-01

Uses of Package
weblogic.xml.schema.binding

Packages that use weblogic.xml.schema.binding
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
weblogic.xml.schema.binding.util.runtime Provides classes for weblogic.xml.schema.binding.util.runtime
 

Classes in weblogic.xml.schema.binding used by weblogic.xml.schema.binding
ClassContext
          An identifier used to distinguish one use of a class from another.
DeserializationContext
          The state information passed to each invocation of deserialize.
DeserializationException
          A DeserializationException is thrown if an error occurs during deserializtion.
Deserializer
          A Deserialzer is responsible for taking an xml instance of some Schema Type and creating and populating a corresponding Java Object.
EncodingStyle
          Represents an encoding style.
SchemaContext
          An identifier used to distinguish one use of a Schema construct from another.
SerializationContext
          The state information passed to each invocation of serialize.
SerializationException
          A SerializationException is thrown if an error occurs during serializtion.
SerializationPhase
          typesafe enum for possible serialization states
Serializer
          A Serialzer is responsible for taking a java Object and writing a xml instance of some Schema Type.
TypeMapping
          A Collection of TypeMappingEntry objects.
TypeMappingEntry
          A TypeMappingEntry represents a complete, bi-directional mapping between a Schema Type and a Java class.
 

Classes in weblogic.xml.schema.binding used by weblogic.xml.schema.binding.util.runtime
Serializer
          A Serialzer is responsible for taking a java Object and writing a xml instance of some Schema Type.
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01