| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| Modifier and Type | Field and Description |
|---|---|
private DiscoveryService |
BaseServiceClient.discoveryService
Holds a reference to the discovery service that provided the epr.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoveryService |
BaseServiceClient.getDiscoveryService()
Returns the DS Client that was used to get an EPR to the service
extending BaseServiceClient
|
| Modifier and Type | Method and Description |
|---|---|
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 List<EndpointReference> |
WSCUtilities.queryDiscoveryServiceForServiceEPRs(DiscoveryService discoService,
DiscoveryService.WSFServiceType type,
Konstantz.WSFSecurityMechanism mechanism)
Retrieves a list of
EndpointReference objects from the specified
Discovery Service using the supplied parameters. |
static List<EndpointReference> |
WSCUtilities.queryDiscoveryServiceForServiceEPRs(DiscoveryService discoService,
String[] serviceTypes,
String[] providerIDs,
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
|
| Constructor and Description |
|---|
AuthenticationService(DiscoveryService discoveryService,
EndpointReference initialEndpointReference) |
BaseServiceClient(DiscoveryService discoveryService,
EndpointReference initialEndpointReference)
The base constructor requires a DiscoverService parameter.
|
BaseServiceClientImpl(DiscoveryService discoveryService,
EndpointReference initialEndpointReference) |
DirectoryAccessProtocolService(DiscoveryService discoveryService,
EndpointReference initialEndpointReference) |
DiscoveryService(DiscoveryService discoveryService,
EndpointReference initialEndpointReference) |
PeopleService(DiscoveryService discoveryService,
EndpointReference initialEndpointReference) |
PersonalProfileService(DiscoveryService discoveryService,
EndpointReference initialEndpointReference) |
Copyright © 1999–2015. All rights reserved.