|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Interface Summary | |
---|---|
CustomSchema | The interface CustomSchema allows a programmatic way
to provide a custom schema for a given Java type. |
Deserializer | A Deserialzer is responsible for taking an xml instance of some Schema Type and creating and populating a corresponding Java Object. |
Holder | Adds a generic set/get pair of methods to the JAX-RPC Holder interface. |
Serializer | A Serialzer is responsible for taking a java Object and writing a xml instance of some Schema Type. |
Class Summary | |
---|---|
DeserializationException | A DeserializationException is thrown if an error
occurs during deserializtion. |
SerializationException | A SerializationException is thrown if an error occurs
during serializtion. |
SoapArrayCodecBase.EntryIterator |
Provides a framework for defining a data binding between XML Schema types and Java types.
TypeMappingBuilderFactory bf = new TypeMappingBuilderFactory();
TypeMappingBuilder builder = bf.createTypeMappingBuilder();
builder.addMapping(com.acme.Contract.class);
builder.addMapping(com.acme.Account.class);
builder.writeGeneratedSchemas( xmlWriter );
TypeMapping mapping = builder.getTypeMapping();
|
Copyright 1996, 2010, 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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |