Package com.persequor.saga.componenttest
Class Acquire
java.lang.Object
com.persequor.saga.componenttest.Acquire
- All Implemented Interfaces:
- IAcquireService
Deprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidacquireDocument(BaseEpcisDocument document) Deprecated.Push an EPCIS document into Saga from an extension pointvoidacquireDocument(InputStream document) Deprecated.Push an EPCIS document into Saga from an extension pointvoidacquireEvent(Event event) Deprecated.This will push a single event as one EPCIS document.voidacquireEvents(EventList events) Deprecated.This will push a list of Events to Saga encapsulated in an EPCIS document.voidcapture(BaseEpcisDocument document) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.persequor.extension.acquire.IAcquireServiceacquireEvents
- 
Constructor Details- 
AcquireDeprecated.
 
- 
- 
Method Details- 
captureDeprecated.
- 
captureDeprecated.
- 
captureDeprecated.
- 
captureDeprecated.
- 
acquireEventDeprecated.Description copied from interface:IAcquireServiceThis will push a single event as one EPCIS document.- Specified by:
- acquireEventin interface- IAcquireService
- Parameters:
- event- to be consumed by Saga.
- Throws:
- DocumentException- if something is wrong with the document
- SerializationException- if deserialization of the document fails
 
- 
acquireEventsDeprecated.Description copied from interface:IAcquireServiceThis will push a list of Events to Saga encapsulated in an EPCIS document.- Specified by:
- acquireEventsin interface- IAcquireService
- Parameters:
- events- events to be consumed by Saga.
- Throws:
- DocumentException- if something is wrong with the document
- SerializationException- if deserialization of the document fails
 
- 
acquireDocumentpublic void acquireDocument(BaseEpcisDocument document) throws DocumentException, SerializationException Deprecated.Description copied from interface:IAcquireServicePush an EPCIS document into Saga from an extension point- Specified by:
- acquireDocumentin interface- IAcquireService
- Parameters:
- document- the epcis document for Saga to consume.
- Throws:
- DocumentException- if something is wrong with the document
- SerializationException- if deserialization of the document fails
 
- 
acquireDocumentDeprecated.Description copied from interface:IAcquireServicePush an EPCIS document into Saga from an extension point- Specified by:
- acquireDocumentin interface- IAcquireService
- Parameters:
- document- the EPCIS document for Saga to consume.
- Throws:
- DocumentException- if something is wrong with the document
- SerializationException- if deserialization of the document fails
 
 
- 
IAcquireService, since it is the one exposed via Saga public SDK