Uses of Class
org.apache.ws.scout.model.uddi.v2.Result

Packages that use Result
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
 

Uses of Result in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 with type parameters of type Result
protected  java.util.List<Result> DispositionReport.result
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return Result
 Result ObjectFactory.createResult()
          Create an instance of Result
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type Result
 javax.xml.bind.JAXBElement<Result> ObjectFactory.createResult(Result value)
          Create an instance of JAXBElement<Result>}
 java.util.List<Result> DispositionReport.getResult()
          Gets the value of the result property.
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type Result
 javax.xml.bind.JAXBElement<Result> ObjectFactory.createResult(Result value)
          Create an instance of JAXBElement<Result>}
 

Uses of Result in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry with parameters of type Result
 void RegistryException.addResult(Result result)
          Adds a result instance to this Exception.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.