Uses of Class
org.apache.locator.types.ListEndpointsResponse.Endpoint

Packages that use ListEndpointsResponse.Endpoint
org.apache.locator   
org.apache.locator_test   
org.apache.locator.types   
 

Uses of ListEndpointsResponse.Endpoint in org.apache.locator
 

Methods in org.apache.locator that return types with arguments of type ListEndpointsResponse.Endpoint
 java.util.List<ListEndpointsResponse.Endpoint> LocatorService.listEndpoints()
           
 

Uses of ListEndpointsResponse.Endpoint in org.apache.locator_test
 

Methods in org.apache.locator_test that return types with arguments of type ListEndpointsResponse.Endpoint
 java.util.List<ListEndpointsResponse.Endpoint> LocatorServiceImpl.listEndpoints()
           
 

Uses of ListEndpointsResponse.Endpoint in org.apache.locator.types
 

Fields in org.apache.locator.types with type parameters of type ListEndpointsResponse.Endpoint
protected  java.util.List<ListEndpointsResponse.Endpoint> ListEndpointsResponse.endpoint
           
 

Methods in org.apache.locator.types that return ListEndpointsResponse.Endpoint
 ListEndpointsResponse.Endpoint ObjectFactory.createListEndpointsResponseEndpoint()
          Create an instance of ListEndpointsResponse.Endpoint
 

Methods in org.apache.locator.types that return types with arguments of type ListEndpointsResponse.Endpoint
 java.util.List<ListEndpointsResponse.Endpoint> ListEndpointsResponse.getEndpoint()
          Gets the value of the endpoint property.
 



Apache CXF