public final class PersistenceUtils extends Object
Modifier and Type | Method and Description |
---|---|
SequenceAcknowledgement |
deserialiseAcknowledgment(InputStream is) |
static PersistenceUtils |
getInstance() |
InputStream |
serialiseAcknowledgment(SequenceAcknowledgement ack) |
public static PersistenceUtils getInstance()
public SequenceAcknowledgement deserialiseAcknowledgment(InputStream is)
public InputStream serialiseAcknowledgment(SequenceAcknowledgement ack)
Apache CXF