com.sforce.soap.partner
Interface SforceService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
SforceServiceLocator

public interface SforceService
extends javax.xml.rpc.Service


Method Summary
 Soap getSoap()
           
 Soap getSoap(java.net.URL portAddress)
           
 java.lang.String getSoapAddress()
          Sforce SOAP API
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getSoapAddress

java.lang.String getSoapAddress()
Sforce SOAP API


getSoap

Soap getSoap()
             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getSoap

Soap getSoap(java.net.URL portAddress)
             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2009. All Rights Reserved.