com.sforce.soap.partner
Class SforceService
java.lang.Object
javax.xml.ws.Service
com.sforce.soap.partner.SforceService
@WebServiceClient(name="SforceService",
wsdlLocation="partner_v22.wsdl",
targetNamespace="urn:partner.soap.sforce.com")
public class SforceService
- extends Service
This class was generated by Apache CXF 2.2.12
Thu Sep 01 08:54:15 CDT 2011
Generated source version: 2.2.12
Methods inherited from class javax.xml.ws.Service |
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARTNER_WSDL
public static final String PARTNER_WSDL
- See Also:
- Constant Field Values
WSDL_LOCATION
public static final URL WSDL_LOCATION
SERVICE
public static final QName SERVICE
Soap
public static final QName Soap
SforceService
public SforceService(URL wsdlLocation)
SforceService
public SforceService(URL wsdlLocation,
QName serviceName)
SforceService
public SforceService()
getSoap
@WebEndpoint(name="Soap")
public Soap getSoap()
- Returns:
- returns Soap
getSoap
@WebEndpoint(name="Soap")
public Soap getSoap(WebServiceFeature... features)
- Parameters:
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.
- Returns:
- returns Soap
Copyright © 2012. All Rights Reserved.