Uses of Interface
it.unibo.deis.env.wire.Message

Packages that use Message
it.unibo.deis.counters.wire   
it.unibo.deis.counters.wire.impl   
it.unibo.deis.env.wire   
it.unibo.deis.env.wire.impl   
 

Uses of Message in it.unibo.deis.counters.wire
 

Subinterfaces of Message in it.unibo.deis.counters.wire
 interface DecRequest
          An XML DecRequest(@http://deis.unibo.it/counters/wire).
 interface DecResponse
          An XML DecResponse(@http://deis.unibo.it/counters/wire).
 interface GetValRequest
          An XML GetValRequest(@http://deis.unibo.it/counters/wire).
 interface GetValResponse
          An XML GetValResponse(@http://deis.unibo.it/counters/wire).
 interface IncRequest
          An XML IncRequest(@http://deis.unibo.it/counters/wire).
 interface IncResponse
          An XML IncResponse(@http://deis.unibo.it/counters/wire).
 interface OutOfBoundsMessage
          An XML OutOfBoundsMessage(@http://deis.unibo.it/counters/wire).
 interface ResetRequest
          An XML ResetRequest(@http://deis.unibo.it/counters/wire).
 interface ResetResponse
          An XML ResetResponse(@http://deis.unibo.it/counters/wire).
 

Uses of Message in it.unibo.deis.counters.wire.impl
 

Classes in it.unibo.deis.counters.wire.impl that implement Message
 class DecRequestImpl
          An XML DecRequest(@http://deis.unibo.it/counters/wire).
 class DecResponseImpl
          An XML DecResponse(@http://deis.unibo.it/counters/wire).
 class GetValRequestImpl
          An XML GetValRequest(@http://deis.unibo.it/counters/wire).
 class GetValResponseImpl
          An XML GetValResponse(@http://deis.unibo.it/counters/wire).
 class IncRequestImpl
          An XML IncRequest(@http://deis.unibo.it/counters/wire).
 class IncResponseImpl
          An XML IncResponse(@http://deis.unibo.it/counters/wire).
 class OutOfBoundsMessageImpl
          An XML OutOfBoundsMessage(@http://deis.unibo.it/counters/wire).
 class ResetRequestImpl
          An XML ResetRequest(@http://deis.unibo.it/counters/wire).
 class ResetResponseImpl
          An XML ResetResponse(@http://deis.unibo.it/counters/wire).
 

Uses of Message in it.unibo.deis.env.wire
 

Subinterfaces of Message in it.unibo.deis.env.wire
 interface Ack
          An XML Ack(@http://deis.unibo.it/env/wire).
 

Methods in it.unibo.deis.env.wire that return Message
static Message Message.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static Message Message.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static Message Message.Factory.parse(java.io.File file)
           
static Message Message.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Message Message.Factory.parse(java.io.InputStream is)
           
static Message Message.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Message Message.Factory.parse(org.w3c.dom.Node node)
           
static Message Message.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Message Message.Factory.parse(java.io.Reader r)
           
static Message Message.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Message Message.Factory.parse(java.lang.String xmlAsString)
           
static Message Message.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Message Message.Factory.parse(java.net.URL u)
           
static Message Message.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Message Message.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Message Message.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Message Message.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Message Message.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of Message in it.unibo.deis.env.wire.impl
 

Classes in it.unibo.deis.env.wire.impl that implement Message
 class AckImpl
          An XML Ack(@http://deis.unibo.it/env/wire).
 class MessageImpl
          An XML Message(@http://deis.unibo.it/env/wire).
 



Copyright © 2006 null. All Rights Reserved.