org.apache.tuscany.sca.databinding.saxon
Class SaxonValueDataBinding

java.lang.Object
  extended by org.apache.tuscany.sca.databinding.impl.BaseDataBinding
      extended by org.apache.tuscany.sca.databinding.saxon.SaxonValueDataBinding
All Implemented Interfaces:
DataBinding

public class SaxonValueDataBinding
extends BaseDataBinding

Represents data binding for parameters of type Value. The Value type is the type accepted by the Saxon XQuery processor for all simple types and strings


Field Summary
static java.lang.String[] ALIASES
           
static java.lang.String NAME
           
 
Fields inherited from interface org.apache.tuscany.sca.databinding.DataBinding
IDL_FAULT, IDL_INPUT, IDL_OUTPUT
 
Constructor Summary
SaxonValueDataBinding()
           
 
Method Summary
 boolean introspect(DataType type, Operation operation)
          Introspect and populate information to a DataType model
 
Methods inherited from class org.apache.tuscany.sca.databinding.impl.BaseDataBinding
copy, getName, getWrapperHandler, getXMLTypeHelper, introspect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME

ALIASES

public static final java.lang.String[] ALIASES
Constructor Detail

SaxonValueDataBinding

public SaxonValueDataBinding()
Method Detail

introspect

public boolean introspect(DataType type,
                          Operation operation)
Description copied from interface: DataBinding
Introspect and populate information to a DataType model

Specified by:
introspect in interface DataBinding
Overrides:
introspect in class BaseDataBinding
Parameters:
type - The data type to be introspected
operation - The operation
Returns:
true if the databinding has recognized the given data type