Uses of Interface
it.unibo.deis.counters.wire.GetValRequestDocument

Packages that use GetValRequestDocument
it.unibo.deis.counters.wire   
it.unibo.deis.counters.wire.impl   
it.unibo.deis.idg.counterWs.wire   
 

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

Methods in it.unibo.deis.counters.wire that return GetValRequestDocument
static GetValRequestDocument GetValRequestDocument.Factory.newInstance()
           
static GetValRequestDocument GetValRequestDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.io.File file)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.io.InputStream is)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(org.w3c.dom.Node node)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.io.Reader r)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.lang.String xmlAsString)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.net.URL u)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GetValRequestDocument GetValRequestDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GetValRequestDocument GetValRequestDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GetValRequestDocument GetValRequestDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in it.unibo.deis.counters.wire.impl that implement GetValRequestDocument
 class GetValRequestDocumentImpl
          A document containing one get-val-request(@http://deis.unibo.it/counters/wire) element.
 

Uses of GetValRequestDocument in it.unibo.deis.idg.counterWs.wire
 

Methods in it.unibo.deis.idg.counterWs.wire with parameters of type GetValRequestDocument
 GetValResponseDocument CounterServiceStub.getVal(GetValRequestDocument param6)
          Auto generated method signature
 



Copyright © 2006 null. All Rights Reserved.