throw DestinationSequence.createUnknownSequenceFault(sequenceType.getIdentifier());
}
}
void restore() {
RMStore store = getHandler().getStore();
Collection<RMDestinationSequence> dss = store.getDestinationSequences(getEndpointId());
for (RMDestinationSequence ds : dss) {
addSequence((DestinationSequence)ds, false);
}
}