com.sforce.soap.partner
Class SforceService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static String PARTNER_WSDL
           
static QName SERVICE
           
static QName Soap
           
static URL WSDL_LOCATION
           
 
Constructor Summary
SforceService()
           
SforceService(URL wsdlLocation)
           
SforceService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 Soap getSoap()
           
 Soap getSoap(WebServiceFeature... features)
           
 
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
 

Field Detail

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
Constructor Detail

SforceService

public SforceService(URL wsdlLocation)

SforceService

public SforceService(URL wsdlLocation,
                     QName serviceName)

SforceService

public SforceService()
Method Detail

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.