| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.disco |
This package models elements in the Discovery Service schema.
|
| Modifier and Type | Field and Description |
|---|---|
private List<RequestedService> |
DiscoveryService.requestedServices
stores requested services for discovery
|
| Modifier and Type | Method and Description |
|---|---|
static RequestedService |
DiscoveryService.baseRequestedService()
Creates a base RequestedService, used by the other Factory methods
|
static RequestedService |
DiscoveryService.requestedServiceForProviderIDs(String[] providerIDs)
Factory method that creates a RequestedService and adds the specified providerIDs
|
static RequestedService |
DiscoveryService.requestedServiceForSecurityMechIDs(String[] securityMechIDs)
Factory method that creates a RequestedService and adds the specified SecurityMechIDs
|
static RequestedService |
DiscoveryService.requestedServiceForServiceTypes(String[] serviceTypes)
Factory method that creates a RequestedService from a list of service types
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryService.addARequestedService(RequestedService requestedService)
Allows the ClientLib User to add a requested service to the up-coming request
|
static void |
DiscoveryService.addProviderIDsToRequestedService(String[] providerIDs,
RequestedService requestedService)
Utility Method to add ProviderID objects to an existing RequestedService
|
static void |
DiscoveryService.addSecurityMechIDsToRequestedService(String[] securityMechIDs,
RequestedService requestedService)
Utility Method to add SecurityMechID objects to an existing RequestedService
|
static void |
DiscoveryService.addServiceTypesToRequestedService(String[] serviceTypes,
RequestedService requestedService)
Utility Method to add ServiceType objects to an existing RequestedService
|
static WSCNoServiceAvailableException |
WSCNoServiceAvailableException.exceptionForRequestedService(RequestedService requestedService) |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<RequestedService> |
DiscoQuery.requestedServices |
| Modifier and Type | Method and Description |
|---|---|
RequestedService |
RequestedServiceBuilder.buildObject() |
RequestedService |
RequestedServiceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<RequestedService> |
DiscoQuery.getRequestedServices() |
Copyright © 1999–2015. All rights reserved.