public class

TalentService

extends Service
java.lang.Object
   ↳ javax.xml.ws.Service
     ↳ com.workday.talent.TalentService

Class Overview

This class was generated by Apache CXF 2.5.1 2014-02-28T19:23:49.229-03:00 Generated source version: 2.5.1

Summary

Fields
public static final QName SERVICE
public static final QName Talent
public static final URL WSDL_LOCATION
[Expand]
Inherited Fields
From class javax.xml.ws.Service
Public Constructors
TalentService(URL wsdlLocation)
TalentService(URL wsdlLocation, QName serviceName)
TalentService()
Public Methods
TalentPort getTalent()
TalentPort getTalent(WebServiceFeature... features)
[Expand]
Inherited Methods
From class javax.xml.ws.Service
From class java.lang.Object

Fields

public static final QName SERVICE

public static final QName Talent

public static final URL WSDL_LOCATION

Public Constructors

public TalentService (URL wsdlLocation)

Parameters
wsdlLocation

public TalentService (URL wsdlLocation, QName serviceName)

Parameters
wsdlLocation
serviceName

public TalentService ()

Public Methods

public TalentPort getTalent ()

Returns
  • returns TalentPort

public TalentPort getTalent (WebServiceFeature... features)

Parameters
features A list of javax.xml.ws.WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns
  • returns TalentPort