| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationService
This class bootstraps into the WSF environment authenticating with an Authentication Service (AS)
to retrieve a Discovery Service (DS)
EndpointReference, utilizing SASL. |
class |
BaseServiceClientImpl
This is a generic implementation of a service client that can be used to invoke
ID-WSF Messages.
|
class |
DirectoryAccessProtocolService
This is a Service Client for an ID-SIS-DAP Service.
|
class |
DiscoveryService
This client models communication with an ID-WSF 2.0 Discovery Service and requires a
Disco EPR in order to operate.
|
class |
PeopleService
This implementation of a People Service Client has been tested against a People Service
defined inside of Conor Cahill's OSS ID-WSF Server.
|
class |
PersonalProfileService
The Liberty ID-SIS Personal Profile (ID-SIS-PP) defines a web service.
|
| Modifier and Type | Field and Description |
|---|---|
private BaseServiceClient |
WSFMessage.serviceClient
This is the Service Client that is invoking a particular WSFMessage.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseServiceClient |
WSCUtilities.clientForDiscoveryEPR(EndpointReference discoEPR,
DiscoveryService.WSFServiceType serviceType)
This method takes a discovery EndpointReference and a WSFServiceType and returns an instantiated service client.
|
static BaseServiceClient |
WSCUtilities.clientForDiscoveryEPR(EndpointReference discoEPR,
DiscoveryService.WSFServiceType serviceType,
Konstantz.WSFSecurityMechanism sechMech) |
protected BaseServiceClient |
WSFMessage.getServiceClient() |
BaseServiceClient |
DiscoveryService.serviceClientForTypeAndEndpointReference(DiscoveryService.WSFServiceType serviceType,
EndpointReference endpointReference)
Convenience method that returns a Service Client that is supported
and enumerated by the ClientLibrary, from this discovery service
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static WSFMessage |
WSFMessage.createWSFMessage(BaseServiceClient serviceClient,
String actionString)
Factory method to create a WSFMessage from an EPR.
|
protected void |
WSFMessage.setServiceClient(BaseServiceClient serviceClient) |
| Constructor and Description |
|---|
WSFMessage(BaseServiceClient serviceClient) |
Copyright © 1999–2015. All rights reserved.