Uses of Class
org.openliberty.wsc.DiscoveryService.WSFServiceType

Packages that use DiscoveryService.WSFServiceType
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
 

Uses of DiscoveryService.WSFServiceType in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return DiscoveryService.WSFServiceType
static DiscoveryService.WSFServiceType DiscoveryService.WSFServiceType.serviceForUrn(java.lang.String urn)
           
static DiscoveryService.WSFServiceType DiscoveryService.WSFServiceType.valueOf(java.lang.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're declared.
 

Methods in org.openliberty.wsc with parameters of type DiscoveryService.WSFServiceType
static BaseServiceClient WSCUtilities.clientForDiscoveryEPR(EndpointReference discoEPR, DiscoveryService.WSFServiceType serviceType)
          This method takes a discovery EndpointReference and a WSFServiceType and returns an instantiated service client.
 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