public class

Sugarsoap

extends Service
java.lang.Object
   ↳ javax.xml.ws.Service
     ↳ com.sugarcrm.sugarcrm.Sugarsoap

Class Overview

This class was generated by Apache CXF 2.5.2 2012-06-05T13:07:20.879-03:00 Generated source version: 2.5.2

Summary

Fields
public static final QName SERVICE
public static final QName SugarsoapPort
public static final URL WSDL_LOCATION
[Expand]
Inherited Fields
From class javax.xml.ws.Service
Public Constructors
Sugarsoap(URL wsdlLocation)
Sugarsoap(URL wsdlLocation, QName serviceName)
Sugarsoap()
Public Methods
SugarsoapPortType getSugarsoapPort(WebServiceFeature... features)
SugarsoapPortType getSugarsoapPort()
[Expand]
Inherited Methods
From class javax.xml.ws.Service
From class java.lang.Object

Fields

public static final QName SERVICE

public static final QName SugarsoapPort

public static final URL WSDL_LOCATION

Public Constructors

public Sugarsoap (URL wsdlLocation)

Parameters
wsdlLocation

public Sugarsoap (URL wsdlLocation, QName serviceName)

Parameters
wsdlLocation
serviceName

public Sugarsoap ()

Public Methods

public SugarsoapPortType getSugarsoapPort (WebServiceFeature... features)

Parameters
features A list of javax.xml.ws.WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns
  • returns SugarsoapPortType

public SugarsoapPortType getSugarsoapPort ()

Returns
  • returns SugarsoapPortType