Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.everest.GetCurrentTemperatureResponseDocument

Uses of GetCurrentTemperatureResponseDocument in org.everest
 

Methods in org.everest that return GetCurrentTemperatureResponseDocument
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.newInstance()
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.lang.String s)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.io.File f)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.io.File f, org.apache.xmlbeans.XmlOptions options)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.net.URL u)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.io.InputStream is)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.io.Reader r)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(org.w3c.dom.Node node)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static GetCurrentTemperatureResponseDocument GetCurrentTemperatureResponseDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 GetCurrentTemperatureResponseDocument WeatherStationSoapCustomOperationsPortType.GetCurrentTemperature(GetCurrentTemperatureDocument requestDoc)
           
 GetCurrentTemperatureResponseDocument WeatherStationSoapService.GetCurrentTemperature(GetCurrentTemperatureDocument getCurrentTemperatureRequestDoc)