Uses of Class
org.apache.cxf.testutils.locator.QuerySelectType

Packages that use QuerySelectType
org.apache.cxf.testutils.locator   
org.apache.locator_test   
 

Uses of QuerySelectType in org.apache.cxf.testutils.locator
 

Fields in org.apache.cxf.testutils.locator declared as QuerySelectType
protected  QuerySelectType QueryEndpoints.select
           
 

Methods in org.apache.cxf.testutils.locator that return QuerySelectType
 QuerySelectType ObjectFactory.createQuerySelectType()
          Create an instance of QuerySelectType
 QuerySelectType QueryEndpoints.getSelect()
          Gets the value of the select property.
 

Methods in org.apache.cxf.testutils.locator that return types with arguments of type QuerySelectType
 javax.xml.bind.JAXBElement<QuerySelectType> ObjectFactory.createSelect(QuerySelectType value)
          Create an instance of JAXBElement<QuerySelectType>}
 

Methods in org.apache.cxf.testutils.locator with parameters of type QuerySelectType
 javax.xml.bind.JAXBElement<QuerySelectType> ObjectFactory.createSelect(QuerySelectType value)
          Create an instance of JAXBElement<QuerySelectType>}
 java.util.List<QueryEndpointsResponse.Endpoint> LocatorService.queryEndpoints(QuerySelectType select)
           
 void QueryEndpoints.setSelect(QuerySelectType value)
          Sets the value of the select property.
 

Uses of QuerySelectType in org.apache.locator_test
 

Methods in org.apache.locator_test with parameters of type QuerySelectType
 java.util.List<QueryEndpointsResponse.Endpoint> LocatorServiceImpl.queryEndpoints(QuerySelectType select)
           
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.