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 TypeMethodDescriptionvoid
acquireDocument
(BaseEpcisDocument document) Deprecated.Push an EPCIS document into Saga from an extension pointvoid
acquireDocument
(InputStream document) Deprecated.Push an EPCIS document into Saga from an extension pointvoid
acquireEvent
(Event event) Deprecated.This will push a single event as one EPCIS document.void
acquireEvents
(EventList events) Deprecated.This will push a list of Events to Saga encapsulated in an EPCIS document.void
capture
(BaseEpcisDocument document) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:IAcquireService
This will push a single event as one EPCIS document.- Specified by:
acquireEvent
in 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:IAcquireService
This will push a list of Events to Saga encapsulated in an EPCIS document.- Specified by:
acquireEvents
in 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:IAcquireService
Push an EPCIS document into Saga from an extension point- Specified by:
acquireDocument
in 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:IAcquireService
Push an EPCIS document into Saga from an extension point- Specified by:
acquireDocument
in 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