public class

ObjectService

extends Service
java.lang.Object
   ↳ javax.xml.ws.Service
     ↳ com.emc.documentum.fs.services.core.ObjectService

Class Overview

This class was generated by Apache CXF 2.5.1 2013-02-26T11:38:14.309-03:00 Generated source version: 2.5.1

Summary

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

Fields

public static final QName ObjectServicePort

public static final QName SERVICE

public static final URL WSDL_LOCATION

Public Constructors

public ObjectService (URL wsdlLocation)

Parameters
wsdlLocation

public ObjectService (URL wsdlLocation, QName serviceName)

Parameters
wsdlLocation
serviceName

public ObjectService ()

Public Methods

public ObjectServicePort getObjectServicePort (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 ObjectServicePort

public ObjectServicePort getObjectServicePort ()

Returns
  • returns ObjectServicePort