Uses of Interface
org.apache.ws.scout.uddi.ValidateValuesDocument

Packages that use ValidateValuesDocument
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of ValidateValuesDocument in org.apache.ws.scout.uddi
 

Methods in org.apache.ws.scout.uddi that return ValidateValuesDocument
static ValidateValuesDocument ValidateValuesDocument.Factory.newInstance()
           
static ValidateValuesDocument ValidateValuesDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(File file)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(InputStream is)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(Node node)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(Reader r)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(String xmlAsString)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(URL u)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ValidateValuesDocument ValidateValuesDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ValidateValuesDocument in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement ValidateValuesDocument
 class ValidateValuesDocumentImpl
          A document containing one validate_values(@urn:uddi-org:api_v2) element.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.