com.liferay.client.soap.portlet.softwarecatalog.service.http
Class Portlet_SC_SCLicenseServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portlet.softwarecatalog.service.http.Portlet_SC_SCLicenseServiceSoapBindingStub
All Implemented Interfaces:
SCLicenseServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_SC_SCLicenseServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements SCLicenseServiceSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
Portlet_SC_SCLicenseServiceSoapBindingStub()
           
Portlet_SC_SCLicenseServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_SC_SCLicenseServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 SCLicenseSoap addLicense(java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteLicense(long licenseId)
           
 SCLicenseSoap getLicense(long licenseId)
           
 SCLicenseSoap updateLicense(long licenseId, java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_SC_SCLicenseServiceSoapBindingStub

public Portlet_SC_SCLicenseServiceSoapBindingStub()
                                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_SC_SCLicenseServiceSoapBindingStub

public Portlet_SC_SCLicenseServiceSoapBindingStub(java.net.URL endpointURL,
                                                  javax.xml.rpc.Service service)
                                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_SC_SCLicenseServiceSoapBindingStub

public Portlet_SC_SCLicenseServiceSoapBindingStub(javax.xml.rpc.Service service)
                                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addLicense

public SCLicenseSoap addLicense(java.lang.String name,
                                java.lang.String url,
                                boolean openSource,
                                boolean active,
                                boolean recommended)
                         throws java.rmi.RemoteException
Specified by:
addLicense in interface SCLicenseServiceSoap
Throws:
java.rmi.RemoteException

deleteLicense

public void deleteLicense(long licenseId)
                   throws java.rmi.RemoteException
Specified by:
deleteLicense in interface SCLicenseServiceSoap
Throws:
java.rmi.RemoteException

getLicense

public SCLicenseSoap getLicense(long licenseId)
                         throws java.rmi.RemoteException
Specified by:
getLicense in interface SCLicenseServiceSoap
Throws:
java.rmi.RemoteException

updateLicense

public SCLicenseSoap updateLicense(long licenseId,
                                   java.lang.String name,
                                   java.lang.String url,
                                   boolean openSource,
                                   boolean active,
                                   boolean recommended)
                            throws java.rmi.RemoteException
Specified by:
updateLicense in interface SCLicenseServiceSoap
Throws:
java.rmi.RemoteException