Liferay 6.0-ee-sp2

Uses of Class
com.liferay.portal.model.ServiceComponentSoap

Packages that use ServiceComponentSoap
com.liferay.portal.model   
 

Uses of ServiceComponentSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ServiceComponentSoap
static ServiceComponentSoap ServiceComponentSoap.toSoapModel(ServiceComponent model)
           
static ServiceComponentSoap[] ServiceComponentSoap.toSoapModels(List<ServiceComponent> models)
           
static ServiceComponentSoap[] ServiceComponentSoap.toSoapModels(ServiceComponent[] models)
           
static ServiceComponentSoap[][] ServiceComponentSoap.toSoapModels(ServiceComponent[][] models)
           
 


Liferay 6.0-ee-sp2