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_v17.wsdl",
                  targetNamespace="urn:partner.soap.sforce.com")
public class SforceService
extends javax.xml.ws.Service

This class was generated by Apache CXF 2.2.5 Thu Apr 01 14:35:01 EDT 2010 Generated source version: 2.2.5


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
javax.xml.ws.Service.Mode
 
Field Summary
static java.lang.String PARTNER_WSDL
           
static javax.xml.namespace.QName SERVICE
           
static javax.xml.namespace.QName Soap
           
static java.net.URL WSDL_LOCATION
           
 
Constructor Summary
SforceService()
           
SforceService(java.net.URL wsdlLocation)
           
SforceService(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 Soap getSoap()
           
 Soap getSoap(javax.xml.ws.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 java.lang.String PARTNER_WSDL
See Also:
Constant Field Values

WSDL_LOCATION

public static final java.net.URL WSDL_LOCATION

SERVICE

public static final javax.xml.namespace.QName SERVICE

Soap

public static final javax.xml.namespace.QName Soap
Constructor Detail

SforceService

public SforceService(java.net.URL wsdlLocation)

SforceService

public SforceService(java.net.URL wsdlLocation,
                     javax.xml.namespace.QName serviceName)

SforceService

public SforceService()
Method Detail

getSoap

@WebEndpoint(name="Soap")
public Soap getSoap()
Returns:
returns Soap

getSoap

@WebEndpoint(name="Soap")
public Soap getSoap(javax.xml.ws.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 © 2011. All Rights Reserved.