Uses of Class
org.openliberty.wsc.PeopleService.PeopleServiceRequest

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

Uses of PeopleService.PeopleServiceRequest in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return PeopleService.PeopleServiceRequest
static PeopleService.PeopleServiceRequest PeopleService.PeopleServiceRequest.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PeopleService.PeopleServiceRequest[] PeopleService.PeopleServiceRequest.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 PeopleService.PeopleServiceRequest
 void PeopleService.invoke(PeopleService.PeopleServiceRequest request)