Package com.persequor.saga.componenttest
Class Acquire
java.lang.Object
com.persequor.saga.componenttest.Acquire
- All Implemented Interfaces:
IAcquireService
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.persequor.extension.acquire.IAcquireService
acquireEvents
-
Constructor Details
-
Acquire
Deprecated.
-
-
Method Details
-
capture
Deprecated. -
capture
Deprecated. -
capture
Deprecated. -
capture
Deprecated. -
acquireEvent
Deprecated.Description copied from interface:IAcquireServiceThis will push a single event as one EPCIS document.- Specified by:
acquireEventin interfaceIAcquireService- Parameters:
event- to be consumed by Saga.- Throws:
DocumentException- if something is wrong with the documentSerializationException- if deserialization of the document fails
-
acquireEvents
Deprecated.Description copied from interface:IAcquireServiceThis will push a list of Events to Saga encapsulated in an EPCIS document.- Specified by:
acquireEventsin interfaceIAcquireService- Parameters:
events- events to be consumed by Saga.- Throws:
DocumentException- if something is wrong with the documentSerializationException- if deserialization of the document fails
-
acquireDocument
public 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 interfaceIAcquireService- Parameters:
document- the epcis document for Saga to consume.- Throws:
DocumentException- if something is wrong with the documentSerializationException- if deserialization of the document fails
-
acquireDocument
Deprecated.Description copied from interface:IAcquireServicePush an EPCIS document into Saga from an extension point- Specified by:
acquireDocumentin interfaceIAcquireService- Parameters:
document- the EPCIS document for Saga to consume.- Throws:
DocumentException- if something is wrong with the documentSerializationException- if deserialization of the document fails
-
IAcquireService, since it is the one exposed via Saga public SDK