org.ow2.orchestra.pvm.internal.wire.binding
Class IntBinding
java.lang.Object
org.ow2.orchestra.pvm.internal.util.TagBinding
org.ow2.orchestra.pvm.internal.wire.binding.WireBinding
org.ow2.orchestra.pvm.internal.wire.binding.WireDescriptorBinding
org.ow2.orchestra.pvm.internal.wire.binding.BasicTypeBinding
org.ow2.orchestra.pvm.internal.wire.binding.IntBinding
- All Implemented Interfaces:
- Binding
public class IntBinding
- extends BasicTypeBinding
parses a descriptor for creating an Integer.
See schema docs for more details.
- Author:
- Tom Baeyens, Guillaume Porcher (documentation)
|
Method Summary |
protected AbstractDescriptor |
createDescriptor(String value,
Element element,
Parse parse)
subclasses can be sure that the value is not null. subclasses should use
{@link #createValueExceptionMessage(String, Element) for reporting format
problems in the parse. |
IntBinding
public IntBinding()
createDescriptor
protected AbstractDescriptor createDescriptor(String value,
Element element,
Parse parse)
- Description copied from class:
BasicTypeBinding
- subclasses can be sure that the value is not null. subclasses should use
{@link #createValueExceptionMessage(String, Element) for reporting format
problems in the parse.
- Specified by:
createDescriptor in class BasicTypeBinding
Copyright © 2011 OW2 Consortium. All Rights Reserved.