Package | Description |
---|---|
org.exolab.castor.builder |
Castor XML code generator
|
org.exolab.castor.builder.binding |
Binding File Object Model for Castor XML code generator
|
org.exolab.castor.builder.factory |
Modifier and Type | Method and Description |
---|---|
void |
SourceGenerator.setBinding(ExtendedBinding binding)
Sets the binding to use with this instance of the SourceGenerator.
|
Constructor and Description |
---|
SourceGenerator(FieldInfoFactory infoFactory,
ExtendedBinding binding)
Creates a SourceGenerator using the specific field info Factory and the
given Binding element.
|
Modifier and Type | Method and Description |
---|---|
static ExtendedBinding |
BindingLoader.createBinding(InputSource source)
Factory method that returns a binding given an InputSource.
|
static ExtendedBinding |
BindingLoader.createBinding(String fileName)
Factory method for unmarshalling an
ExtendedBinding instance from the
binding file as identified by the given file name. |
ExtendedBinding |
BindingLoader.getBinding()
Returns the binding loaded by the BindingLoader.
|
ExtendedBinding |
XMLBindingComponent.getBinding()
Returns the Binding Object Model on which this XMLBindingComponent will
query information.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLBindingComponent.setBinding(ExtendedBinding binding)
Sets the Binding Object Model on which this XMLBindingComponent will
query information.
|
Modifier and Type | Method and Description |
---|---|
JClass |
SourceFactory.createSourceCode(ExtendedBinding binding,
SimpleType simpleType,
SGStateInfo sgState)
Creates the Java source code to support the given Simpletype.
|
Copyright © 2014. All rights reserved.