2009-01-09 1.2.0

Uses of Interface
org.eclipse.soda.dk.parameter.service.ParameterCursorService

Packages that use ParameterCursorService
org.eclipse.soda.dk.block This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.parameter This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.parameter.service This package is part of the org.eclipse.soda.dk.core.service project. 
org.eclipse.soda.dk.segment This package is part of the org.eclipse.soda.dk.core project. 
 

Uses of ParameterCursorService in org.eclipse.soda.dk.block
 

Methods in org.eclipse.soda.dk.block with parameters of type ParameterCursorService
 java.lang.Object LengthBlock.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object CountBlock.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object BytesBlock.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 byte[] LengthBlock.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container, data and cursor parameters and return the byte[] result.
 byte[] CountBlock.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container, data and cursor parameters and return the byte[] result.
 byte[] BytesBlock.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container, data and cursor parameters and return the byte[] result.
protected  void LengthBlock.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void CountBlock.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
 

Uses of ParameterCursorService in org.eclipse.soda.dk.parameter
 

Classes in org.eclipse.soda.dk.parameter that implement ParameterCursorService
 class ChildParameterCursor
           
 class ParameterCursor
           
 

Methods in org.eclipse.soda.dk.parameter that return ParameterCursorService
 ParameterCursorService BaseParameter.createCursorChild(ParameterCursorService parent)
          Create cursor child with the specified parent parameter and return the ParameterCursorService result.
 ParameterCursorService ParameterCursor.getCountCursor()
          Gets the count cursor (ParameterCursorService) value.
 ParameterCursorService ParameterCursor.getLengthCursor()
          Gets the length cursor (ParameterCursorService) value.
 ParameterCursorService ParameterCursor.getParent()
          Gets the parent (ParameterCursorService) value.
 

Methods in org.eclipse.soda.dk.parameter with parameters of type ParameterCursorService
 ParameterCursorService BaseParameter.createCursorChild(ParameterCursorService parent)
          Create cursor child with the specified parent parameter and return the ParameterCursorService result.
 java.lang.Object NumberParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleUnsignedShortParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object OffsetParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container parameter and return the Object result.
 java.lang.Object SimpleIntegerParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object UnsignedByteParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleBooleanParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleLittleEndianShortParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleDoubleParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleUnsignedByteParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleParameter.decodeBytes(byte[] mbytes, ParameterCursorService cursor)
          Decode bytes with the specified mbytes parameter and return the Object result.
 java.lang.Object Utf8StringParameter.decodeBytes(byte[] bytes, ParameterCursorService cursor)
          Decode bytes with the specified bytes and cursor parameters and return the Object result.
 java.lang.Object SimpleLittleEndianLongParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object Parameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container parameter and return the Object result.
 java.lang.Object SimpleByteParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object BaseParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container parameter and return the Object result.
 java.lang.Object UnsignedLongParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object UnsignedShortParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleFloatParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleShortParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleUnsignedLongParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object BitsParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object SimpleLittleEndianIntegerParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object StringParameter.decodeBytes(byte[] bytes, ParameterCursorService cursor)
          Decode bytes with the specified bytes and cursor parameters and return the Object result.
 java.lang.Object SimpleUnsignedIntegerParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object StreamParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container parameter and return the Object result.
 java.lang.Object BytesParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
protected  java.lang.Object OffsetParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object ComplexStreamParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
 java.lang.Object SimpleParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object Parameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object FieldParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object StreamParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Decode message with the specified message and cursor parameters and return the Object result.
protected  java.lang.Object BitOffsetParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object FillStreamParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
 java.lang.Object Parameter.decodeString(java.lang.String container, ParameterCursorService cursor)
          Decode string with the specified container parameter and return the Object result.
 java.lang.Object BaseParameter.decodeString(java.lang.String container, ParameterCursorService cursor)
          Decode string with the specified container parameter and return the Object result.
 java.lang.Object StreamParameter.decodeString(java.lang.String container, ParameterCursorService cursor)
          Decode string with the specified container parameter and return the Object result.
 java.lang.Object SimplerParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object MultiParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object VariableLengthParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object MapParameters.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object ListParameters.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object MapParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object Parameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object Parameters.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object BaseParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object ConstantOffsetParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object SingleParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object TagParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object StreamParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object VariableListParameters.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object MultiParameter.decodeValue(MessageService message, ParameterCursorService cursor, int start, int count)
          Decode value with the specified message, cursor, start and count parameters and return the Object result.
 java.lang.Object ListParameter.decodeValue(MessageService message, ParameterCursorService cursor, int start, int count)
          Decode value with the specified message, cursor, start and count parameters and return the Object result.
 java.lang.Object SimpleParameter.encodeBytes(byte[] mbytes, java.lang.Object value, int offset, int index, int dataLength, ParameterCursorService cursor)
          Encode bytes with the specified mbytes, value, offset, data index and data length parameters and return the Object result.
 byte[] NumberParameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container, data and cursor parameters and return the byte[] result.
 java.lang.Object OffsetParameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container and data parameters and return the Object result.
 byte[] SimpleBooleanParameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container, data and cursor parameters and return the byte[] result.
 java.lang.Object SimpleParameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container and data parameters and return the Object result.
 byte[] Utf8StringParameter.encodeBytes(byte[] bytes, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified bytes, data and cursor parameters and return the byte[] result.
 java.lang.Object Parameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container and data parameters and return the Object result.
 byte[] BaseParameter.encodeBytes(byte[] bytes, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container and data parameters and return the Object result.
 byte[] BitsParameter.encodeBytes(byte[] bytes, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified bytes, data and cursor parameters and return the byte[] result.
 byte[] StringParameter.encodeBytes(byte[] bytes, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified bytes, data and cursor parameters and return the byte[] result.
 byte[] BytesParameter.encodeBytes(byte[] bytes, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified bytes, data and cursor parameters and return the byte[] result.
 MessageService OffsetParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService ComplexStreamParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService SimpleParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService Parameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService FieldParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService BitOffsetParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService FillStreamParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 java.lang.Object Parameter.encodeString(java.lang.String container, java.lang.Object data, ParameterCursorService cursor)
          Encode string with the specified container and data parameters and return the Object result.
 java.lang.Object BaseParameter.encodeString(java.lang.String container, java.lang.Object data, ParameterCursorService cursor)
          Encode string with the specified container and data parameters and return the Object result.
 java.lang.Object StreamParameter.encodeString(java.lang.String container, java.lang.Object data, ParameterCursorService cursor)
          Encode string with the specified container and data parameters and return the Object result.
 MessageService MultiParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService VariableLengthParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService MapParameters.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService ListParameters.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService MapParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService Parameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService Parameters.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService ListParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService BaseParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService ConstantOffsetParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService SingleParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService TagParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService StreamParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService VariableListParameters.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService MultiParameter.encodeValue(MessageService result, java.lang.Object value, ParameterCursorService cursor, int start, int count)
          Encode value with the specified result, value, cursor, start and count parameters and return the MessageService result.
 MessageService ListParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor, int start, int count)
          Encode value with the specified message, value, cursor, start and count parameters and return the MessageService result.
 MessageService MultiParameter.encodeValueList(MessageService result, java.util.List value, ParameterCursorService cursor)
          Encode value list with the specified result, value and cursor parameters and return the MessageService result.
 MessageService ListParameter.encodeValueList(MessageService message, java.util.List list, ParameterCursorService cursor)
          Encode value list with the specified message, list and cursor parameters and return the MessageService result.
protected  int OffsetParameter.getIndex(ParameterCursorService cursor)
          Gets the int index property value.
 int SimpleParameter.getIndex(ParameterCursorService cursor)
          Gets the int index property value.
 int Parameters.getLength(MessageService message, ParameterCursorService cursor)
          Get length with the specified message and cursor parameters and return the int result.
protected  int StreamLengthParameter.getLength(ParameterCursorService cursor)
          Get length with the specified cursor parameter and return the int result.
protected  int OffsetParameter.getLength(ParameterCursorService cursor)
          Gets the int length property value.
protected  int BaseParameter.getLength(ParameterCursorService cursor)
          Get length with the specified cursor parameter and return the int result.
protected  int StreamParameter.getLength(ParameterCursorService cursor)
          Gets the int length property value.
protected  int FillStreamParameter.getLength(ParameterCursorService cursor)
          Gets the int length property value.
protected  int OffsetParameter.getOffset(ParameterCursorService cursor)
          Gets the int offset property value.
protected  int StreamOffsetParameter.getOffset(ParameterCursorService cursor)
          Get offset with the specified cursor parameter and return the int result.
protected  int StreamParameter.getOffset(ParameterCursorService cursor)
          Gets the int offset property value.
protected  int FillStreamParameter.getOffset(ParameterCursorService cursor)
          Gets the int offset property value.
protected  int BaseParameter.getOffsetAbsolute(ParameterCursorService cursor)
          Get offset with the specified cursor parameter and return the int result.
protected  int BaseParameter.getOffsetValue(ParameterCursorService cursor)
          Get offset value with the specified cursor parameter and return the int result.
protected  int OffsetParameter.getSize(ParameterCursorService cursor)
          Gets the int size property value.
 byte[] SimpleParameter.insert(byte[] bytes, int offset, byte[] insertBytes, ParameterCursorService cursor)
          Insert with the specified bytes, offset and insert bytes parameters and return the byte[] result.
 boolean BaseParameter.isInsert(ParameterCursorService cursor)
          Is insert with the specified cursor parameter and return the boolean result.
 boolean VariableListParameters.more(MessageService message, ParameterCursorService cursor)
          More with the specified message and cursor parameters and return the boolean result.
 void ParameterCursor.setCountCursor(ParameterCursorService countCursor)
          Sets the count cursor value.
 void ParameterCursor.setLengthCursor(ParameterCursorService lengthCursor)
          Sets the length cursor value.
 void ParameterCursor.setParent(ParameterCursorService parent)
          Sets the parent value.
protected  void OffsetParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void SimpleParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void Parameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void BaseParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void StreamParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void BytesParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void FillStreamParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void BaseParameter.updateCursor(ParameterCursorService cursor, int length)
          Update cursor with the specified cursor and length parameters.
 

Constructors in org.eclipse.soda.dk.parameter with parameters of type ParameterCursorService
ChildParameterCursor(ParameterCursorService parent)
          Constructs an instance of this class from the specified value parameter.
ParameterCursor(ParameterCursorService value)
          Constructs an instance of this class from the specified value parameter.
 

Uses of ParameterCursorService in org.eclipse.soda.dk.parameter.service
 

Methods in org.eclipse.soda.dk.parameter.service that return ParameterCursorService
 ParameterCursorService ParameterCursorService.getCountCursor()
          Gets the count cursor (ParameterCursorService) value.
 ParameterCursorService ParameterCursorService.getLengthCursor()
          Gets the length cursor (ParameterCursorService) value.
 ParameterCursorService ParameterCursorService.getParent()
          Gets the parent (ParameterCursorService) value.
 

Methods in org.eclipse.soda.dk.parameter.service with parameters of type ParameterCursorService
 boolean SegmentService.checkMatches(MessageService message, ParameterCursorService cursor)
          Check matches with the specified message and cursor parameters and return the boolean result.
 java.lang.Object ParameterService.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 MessageService ParameterService.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 void ParameterCursorService.setCountCursor(ParameterCursorService countCursor)
          Sets the count cursor value.
 void ParameterCursorService.setLengthCursor(ParameterCursorService lengthCursor)
          Sets the length cursor value.
 void ParameterCursorService.setParent(ParameterCursorService parent)
          Sets the parent value.
 

Uses of ParameterCursorService in org.eclipse.soda.dk.segment
 

Methods in org.eclipse.soda.dk.segment with parameters of type ParameterCursorService
 boolean SimpleSegment.checkMatches(MessageService message, ParameterCursorService cursor)
          Check matches with the specified container and cursor parameters and return the boolean result.
 java.lang.Object SimpleSegment.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object ChoiceSegment.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 java.lang.Object MultiSegment.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 MessageService SimpleSegment.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService ChoiceSegment.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 MessageService MultiSegment.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 void SimpleSegment.getDidNotMatch(MessageService message, byte[] compareBytes, ParameterCursorService cursor)
          Get did not match with the specified message parameter.
 void OptionalSegment.getDidNotMatch(MessageService message, byte[] compareBytes, ParameterCursorService cursor)
          Get did not match with the specified message, compare bytes and cursor parameters.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.