@WebServiceClient(name="ApiService",
targetNamespace="http://apiservice.bullhorn.com/",
wsdlLocation="https://api.bullhornstaffing.com/webservices-2.5/?wsdl")
public class ApiService_Service
extends javax.xml.ws.Service
Constructor and Description |
---|
ApiService_Service() |
ApiService_Service(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName) |
Modifier and Type | Method and Description |
---|---|
ApiService |
getApiServicePort() |
ApiService |
getApiServicePort(javax.xml.ws.WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
public ApiService_Service(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
public ApiService_Service()
@WebEndpoint(name="ApiServicePort") public ApiService getApiServicePort()
@WebEndpoint(name="ApiServicePort") public ApiService getApiServicePort(javax.xml.ws.WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.