Uses of Class
org.fosstrak.ale.xsd.ale.epcglobal.ECReports

Packages that use ECReports
org.fosstrak.ale.util   
org.fosstrak.ale.wsdl.ale.epcglobal   
org.fosstrak.ale.xsd.ale.epcglobal   
 

Uses of ECReports in org.fosstrak.ale.util
 

Methods in org.fosstrak.ale.util that return ECReports
static ECReports DeserializerUtil.deserializeECReports(java.io.InputStream in)
          This method deserializes ECReports from a file.
 

Methods in org.fosstrak.ale.util with parameters of type ECReports
static void SerializerUtil.serializeECReports(ECReports ecReports, java.io.Writer writer)
          This method serializes ec reports to an xml and writes it into a writer.
static void SerializerUtil.serializeECReportsPretty(ECReports ecReports, java.io.Writer writer)
          This method serializes ec reports to a well formed xml and writes it into a writer.
 

Uses of ECReports in org.fosstrak.ale.wsdl.ale.epcglobal
 

Methods in org.fosstrak.ale.wsdl.ale.epcglobal that return ECReports
 ECReports ALEServicePortType.immediate(Immediate parms)
           
 ECReports ALEServicePortType.poll(Poll parms)
           
 

Methods in org.fosstrak.ale.wsdl.ale.epcglobal that return types with arguments of type ECReports
 javax.xml.bind.JAXBElement<ECReports> ObjectFactory.createImmediateResult(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 javax.xml.bind.JAXBElement<ECReports> ObjectFactory.createPollResult(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 

Methods in org.fosstrak.ale.wsdl.ale.epcglobal with parameters of type ECReports
 javax.xml.bind.JAXBElement<ECReports> ObjectFactory.createImmediateResult(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 javax.xml.bind.JAXBElement<ECReports> ObjectFactory.createPollResult(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 

Uses of ECReports in org.fosstrak.ale.xsd.ale.epcglobal
 

Methods in org.fosstrak.ale.xsd.ale.epcglobal that return ECReports
 ECReports ObjectFactory.createECReports()
          Create an instance of ECReports
 

Methods in org.fosstrak.ale.xsd.ale.epcglobal that return types with arguments of type ECReports
 javax.xml.bind.JAXBElement<ECReports> ObjectFactory.createECReports(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 

Methods in org.fosstrak.ale.xsd.ale.epcglobal with parameters of type ECReports
 javax.xml.bind.JAXBElement<ECReports> ObjectFactory.createECReports(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 



Copyright © 2009. All Rights Reserved.