Package orc.ast.xml

JAXB implementation classes for the Orc Intermediate Language XML binding.

See:
          Description

Class Summary
Oil  
 

Package orc.ast.xml Description

JAXB implementation classes for the Orc Intermediate Language XML binding. These classes exactly mirror the structure of the XML, unlike the OIL classes in orc.ast.oil which are designed around the needs of the implementation.

To convert between orc.ast.oil.Expr and orc.orchard.oil.Expression, use the methods orc.ast.oil.Expr.marshal() and orc.orchard.oil.Expression.unmarshal().

When you change any of these files, make sure to recompile with Build "Clean", so that the JAX-WS stuff can rebuild.

See Also:
orc.orchard.soap, orc.ast.oil