com.ibm.premises.reusable.epc
Interface EPCService
- All Superinterfaces:
- java.rmi.Remote
public interface EPCService
- extends java.rmi.Remote
ServiceEndpoint interface for Enterprise Bean: EPC
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.util.Map |
epcdecode(java.lang.String hexEPC)
|
java.lang.String[] |
epcgen(java.lang.String event_xml)
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
epcdecode
java.util.Map epcdecode(java.lang.String hexEPC)
throws ReusableComponentException
- Parameters:
hexEPC
-
- Returns:
- a Map of the fields that made up the encoded hexEPC
- Throws:
ReusableComponentException
epcgen
java.lang.String[] epcgen(java.lang.String event_xml)
throws ReusableComponentException
- Parameters:
event_xml
-
- Returns:
- An array containing all generated EPCs
- Throws:
ReusableComponentException
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.