| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryService.WSFServiceType |
DiscoveryService.WSFServiceType.serviceForUrn(String urn) |
static DiscoveryService.WSFServiceType |
DiscoveryService.WSFServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryService.WSFServiceType[] |
DiscoveryService.WSFServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
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. |
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
|
Copyright © 1999–2015. All rights reserved.