Uses of Class
org.openliberty.xmltooling.disco.RequestedService

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

Uses of RequestedService in org.openliberty.wsc
 

Fields in org.openliberty.wsc with type parameters of type RequestedService
private  java.util.List<RequestedService> DiscoveryService.requestedServices
          stores requested services for discovery
 

Methods in org.openliberty.wsc that return RequestedService
static RequestedService DiscoveryService.baseRequestedService()
          Creates a base RequestedService, used by the other Factory methods
static RequestedService DiscoveryService.requestedServiceForProviderIDs(java.lang.String[] providerIDs)
          Factory method that creates a RequestedService and adds the specified providerIDs
static RequestedService DiscoveryService.requestedServiceForSecurityMechIDs(java.lang.String[] securityMechIDs)
          Factory method that creates a RequestedService and adds the specified SecurityMechIDs
static RequestedService DiscoveryService.requestedServiceForServiceTypes(java.lang.String[] serviceTypes)
          Factory method that creates a RequestedService and add the specified service types
 

Methods in org.openliberty.wsc with parameters of type RequestedService
 void DiscoveryService.addARequestedService(RequestedService requestedService)
          Allows the ClientLib User to add a requested service to the upcoming request
static void DiscoveryService.addProviderIDsToRequestedService(java.lang.String[] providerIDs, RequestedService requestedService)
          Utility Method to add ProviderID objects to an existing RequestedService
static void DiscoveryService.addSecurityMechIDsToRequestedService(java.lang.String[] securityMechIDs, RequestedService requestedService)
          Utility Method to add SecurityMechID objects to an existing RequestedService
static void DiscoveryService.addServiceTypesToRequestedService(java.lang.String[] serviceTypes, RequestedService requestedService)
          Utility Method to add ServiceType objects to an existing RequestedService
static WSCNoServiceAvailableException WSCNoServiceAvailableException.exceptionForRequestedService(RequestedService requestedService)
           
 

Uses of RequestedService in org.openliberty.xmltooling.disco
 

Fields in org.openliberty.xmltooling.disco with type parameters of type RequestedService
private  org.opensaml.xml.util.XMLObjectChildrenList<RequestedService> DiscoQuery.requestedServices
           
 

Methods in org.openliberty.xmltooling.disco that return RequestedService
 RequestedService RequestedServiceBuilder.buildObject()
           
 RequestedService RequestedServiceBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.disco that return types with arguments of type RequestedService
 org.opensaml.xml.util.XMLObjectChildrenList<RequestedService> DiscoQuery.getRequestedServices()