}
if (o.getIncompleteSequenceBehavior() != null)
{
// write optional wsrm:IncompleteSequenceBehavior element
RMIncompleteSequenceBehavior behavior = o.getIncompleteSequenceBehavior();
QName behaviorQName = wsrmConstants.getIncompleteSequenceBehaviorQName();
SOAPElement behaviorElement = createSequenceResponseElement.addChildElement(behaviorQName);
behaviorElement.setValue(behavior.toString());
}
if (o.getAccept() != null)
{
// write optional wsrm:Accept element