| 
 | BEA Systems, Inc. | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
          Description
| Interface Summary | |
|---|---|
| CustomSchema | The interface CustomSchemaallows 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 | |
|---|---|
| SoapArrayCodecBase.EntryIterator | |
| Exception Summary | |
|---|---|
| DeserializationException | A DeserializationExceptionis thrown if an error
 occurs during deserializtion. | 
| SerializationException | A SerializationExceptionis thrown if an error occurs
 during serializtion. | 
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();
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||