Uses of Class
org.openliberty.wsc.DiscoveryService

Packages that use DiscoveryService
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
 

Uses of DiscoveryService in org.openliberty.wsc
 

Fields in org.openliberty.wsc declared as DiscoveryService
private  DiscoveryService BaseServiceClient.discoveryService
          Holds a reference to the discovery service that provided the epr.
 

Methods in org.openliberty.wsc that return DiscoveryService
 DiscoveryService BaseServiceClient.getDiscoveryService()
          Returns the DS Client that was used to get an EPR to the service extending BaseServiceClient
 

Methods in org.openliberty.wsc with parameters of type DiscoveryService
static PeopleService PeopleService.peopleServiceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Factory method that creates and initializes a PeopleService.
static PersonalProfileService PersonalProfileService.personalProfileServiceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Factory method that creates and initializes a PersonalProfileService.
static java.util.List<EndpointReference> WSCUtilities.queryDiscoveryServiceForServiceEPRs(DiscoveryService discoService, java.lang.String[] serviceTypes, java.lang.String[] providerIDs, java.lang.String[] securityMechIDs)
          Retrieves a list of EndpointReference objects from the specified Discovery Service using the supplied parameters.
static BaseServiceClient DiscoveryService.serviceClientForTypeAndEndpointReference(DiscoveryService discoveryService, DiscoveryService.WSFServiceType serviceType, EndpointReference endpointReference)
          Convenience method that returns a Service Client that is supported and enumerated by the ClientLibrary
static DirectoryAccessProtocolService DirectoryAccessProtocolService.serviceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Factory method that creates and initializes a DirectoryAccessProtocolService.
static AuthenticationService AuthenticationService.serviceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Creates an Authentication Service Client from the specified EndpointReference
 void BaseServiceClient.setDiscoveryService(DiscoveryService discoveryService)
          Used to explicitly set the DS
 

Constructors in org.openliberty.wsc with parameters of type DiscoveryService
AuthenticationService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
BaseServiceClient(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          The base constructor requires a DiscoverService parameter.
DirectoryAccessProtocolService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
DiscoveryService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
PeopleService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
PersonalProfileService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)