public class ThemeMgtServiceStub extends org.apache.axis2.client.Stub implements ThemeMgtService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
ThemeMgtServiceStub()
Default Constructor
|
ThemeMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
ThemeMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
ThemeMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
ThemeMgtServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
String |
addCollection(String parentPath147,
String collectionName148,
String mediaType149,
String description150)
Auto generated method signature
|
void |
addResource(String path139,
String mediaType140,
String description141,
javax.activation.DataHandler content142,
String symlinkLocation143,
String tenantPass144)
Auto generated method signature
|
void |
addTextResource(String parentPath193,
String fileName194,
String mediaType195,
String description196,
String content197)
Auto generated method signature
|
void |
applyTheme(String themeName166,
String tenantPass167)
Auto generated method signature
|
void |
delete(String pathToDelete123)
Auto generated method signature
|
String[] |
getAllPaths()
Auto generated method signature
|
String[] |
getAllThemes(String tenantPass154)
Auto generated method signature
|
CollectionContentBean |
getCollectionContent(String path189)
Auto generated method signature
|
ContentBean |
getContentBean(String path162)
Auto generated method signature
|
ContentDownloadBean |
getContentDownloadBean(String path131)
Auto generated method signature
|
MetadataBean |
getMetadata(String path135)
Auto generated method signature
|
ResourceData[] |
getResourceData(String[] paths185)
Auto generated method signature
|
ResourceTreeEntryBean |
getResourceTreeEntry(String resourcePath204)
Auto generated method signature
|
String |
getSessionResourcePath()
Auto generated method signature
|
String |
getTextContent(String path200)
Auto generated method signature
|
void |
importResource(String parentPath176,
String resourceName177,
String mediaType178,
String description179,
String fetchURL180,
String symlinkLocation181,
String tenantPass182)
Auto generated method signature
|
void |
renameResource(String parentPath126,
String oldResourcePath127,
String newResourceName128)
Auto generated method signature
|
void |
startaddCollection(String parentPath147,
String collectionName148,
String mediaType149,
String description150,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddResource(String path139,
String mediaType140,
String description141,
javax.activation.DataHandler content142,
String symlinkLocation143,
String tenantPass144,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTextResource(String parentPath193,
String fileName194,
String mediaType195,
String description196,
String content197,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startapplyTheme(String themeName166,
String tenantPass167,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdelete(String pathToDelete123,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPaths(ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllThemes(String tenantPass154,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCollectionContent(String path189,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentBean(String path162,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentDownloadBean(String path131,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMetadata(String path135,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceData(String[] paths185,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceTreeEntry(String resourcePath204,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSessionResourcePath(ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTextContent(String path200,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startimportResource(String parentPath176,
String resourceName177,
String mediaType178,
String description179,
String fetchURL180,
String symlinkLocation181,
String tenantPass182,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenameResource(String parentPath126,
String oldResourcePath127,
String newResourceName128,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateTextContent(String resourcePath158,
String contentText159,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTextContent(String resourcePath158,
String contentText159)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public ThemeMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ThemeMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ThemeMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ThemeMgtServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ThemeMgtServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void delete(String pathToDelete123) throws RemoteException, ThemeMgtServiceExceptionException
delete
in interface ThemeMgtService
delete122
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.delete(java.lang.String)
public void startdelete(String pathToDelete123, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startdelete
in interface ThemeMgtService
delete122
- RemoteException
ThemeMgtService.startdelete(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public void renameResource(String parentPath126, String oldResourcePath127, String newResourceName128) throws RemoteException, ThemeMgtServiceExceptionException
renameResource
in interface ThemeMgtService
renameResource125
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.renameResource(java.lang.String, java.lang.String, java.lang.String)
public void startrenameResource(String parentPath126, String oldResourcePath127, String newResourceName128, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startrenameResource
in interface ThemeMgtService
renameResource125
- RemoteException
ThemeMgtService.startrenameResource(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public ContentDownloadBean getContentDownloadBean(String path131) throws RemoteException, ThemeMgtServiceExceptionException
getContentDownloadBean
in interface ThemeMgtService
getContentDownloadBean130
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getContentDownloadBean(java.lang.String)
public void startgetContentDownloadBean(String path131, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetContentDownloadBean
in interface ThemeMgtService
getContentDownloadBean130
- RemoteException
ThemeMgtService.startgetContentDownloadBean(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public MetadataBean getMetadata(String path135) throws RemoteException, ThemeMgtServiceExceptionException
getMetadata
in interface ThemeMgtService
getMetadata134
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getMetadata(java.lang.String)
public void startgetMetadata(String path135, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetMetadata
in interface ThemeMgtService
getMetadata134
- RemoteException
ThemeMgtService.startgetMetadata(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public void addResource(String path139, String mediaType140, String description141, javax.activation.DataHandler content142, String symlinkLocation143, String tenantPass144) throws RemoteException, ThemeMgtServiceExceptionException
addResource
in interface ThemeMgtService
addResource138
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.addResource(java.lang.String, java.lang.String, java.lang.String, javax.activation.DataHandler, java.lang.String, java.lang.String)
public void startaddResource(String path139, String mediaType140, String description141, javax.activation.DataHandler content142, String symlinkLocation143, String tenantPass144, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startaddResource
in interface ThemeMgtService
addResource138
- RemoteException
ThemeMgtService.startaddResource(java.lang.String, java.lang.String, java.lang.String, javax.activation.DataHandler, java.lang.String, java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public String addCollection(String parentPath147, String collectionName148, String mediaType149, String description150) throws RemoteException, ThemeMgtServiceExceptionException
addCollection
in interface ThemeMgtService
addCollection146
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.addCollection(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startaddCollection(String parentPath147, String collectionName148, String mediaType149, String description150, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startaddCollection
in interface ThemeMgtService
addCollection146
- RemoteException
ThemeMgtService.startaddCollection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public String[] getAllThemes(String tenantPass154) throws RemoteException, ThemeMgtServiceExceptionException
getAllThemes
in interface ThemeMgtService
getAllThemes153
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getAllThemes(java.lang.String)
public void startgetAllThemes(String tenantPass154, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetAllThemes
in interface ThemeMgtService
getAllThemes153
- RemoteException
ThemeMgtService.startgetAllThemes(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public void updateTextContent(String resourcePath158, String contentText159) throws RemoteException, ThemeMgtServiceExceptionException
updateTextContent
in interface ThemeMgtService
updateTextContent157
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.updateTextContent(java.lang.String, java.lang.String)
public void startupdateTextContent(String resourcePath158, String contentText159, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startupdateTextContent
in interface ThemeMgtService
updateTextContent157
- RemoteException
ThemeMgtService.startupdateTextContent(java.lang.String, java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public ContentBean getContentBean(String path162) throws RemoteException, ThemeMgtServiceExceptionException
getContentBean
in interface ThemeMgtService
getContentBean161
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getContentBean(java.lang.String)
public void startgetContentBean(String path162, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetContentBean
in interface ThemeMgtService
getContentBean161
- RemoteException
ThemeMgtService.startgetContentBean(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public void applyTheme(String themeName166, String tenantPass167) throws RemoteException, ThemeMgtServiceExceptionException
applyTheme
in interface ThemeMgtService
applyTheme165
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.applyTheme(java.lang.String, java.lang.String)
public void startapplyTheme(String themeName166, String tenantPass167, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startapplyTheme
in interface ThemeMgtService
applyTheme165
- RemoteException
ThemeMgtService.startapplyTheme(java.lang.String, java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public String[] getAllPaths() throws RemoteException, ThemeMgtServiceExceptionException
getAllPaths
in interface ThemeMgtService
getAllPaths169
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getAllPaths()
public void startgetAllPaths(ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetAllPaths
in interface ThemeMgtService
getAllPaths169
- RemoteException
ThemeMgtService.startgetAllPaths(org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public String getSessionResourcePath() throws RemoteException, ThemeMgtServiceExceptionException
getSessionResourcePath
in interface ThemeMgtService
getSessionResourcePath172
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getSessionResourcePath()
public void startgetSessionResourcePath(ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetSessionResourcePath
in interface ThemeMgtService
getSessionResourcePath172
- RemoteException
ThemeMgtService.startgetSessionResourcePath(org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public void importResource(String parentPath176, String resourceName177, String mediaType178, String description179, String fetchURL180, String symlinkLocation181, String tenantPass182) throws RemoteException, ThemeMgtServiceExceptionException
importResource
in interface ThemeMgtService
importResource175
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.importResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startimportResource(String parentPath176, String resourceName177, String mediaType178, String description179, String fetchURL180, String symlinkLocation181, String tenantPass182, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startimportResource
in interface ThemeMgtService
importResource175
- RemoteException
ThemeMgtService.startimportResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public ResourceData[] getResourceData(String[] paths185) throws RemoteException, ThemeMgtServiceExceptionException
getResourceData
in interface ThemeMgtService
getResourceData184
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getResourceData(java.lang.String[])
public void startgetResourceData(String[] paths185, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetResourceData
in interface ThemeMgtService
getResourceData184
- RemoteException
ThemeMgtService.startgetResourceData(java.lang.String[], org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public CollectionContentBean getCollectionContent(String path189) throws RemoteException, ThemeMgtServiceExceptionException
getCollectionContent
in interface ThemeMgtService
getCollectionContent188
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getCollectionContent(java.lang.String)
public void startgetCollectionContent(String path189, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetCollectionContent
in interface ThemeMgtService
getCollectionContent188
- RemoteException
ThemeMgtService.startgetCollectionContent(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public void addTextResource(String parentPath193, String fileName194, String mediaType195, String description196, String content197) throws RemoteException, ThemeMgtServiceExceptionException
addTextResource
in interface ThemeMgtService
addTextResource192
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.addTextResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startaddTextResource(String parentPath193, String fileName194, String mediaType195, String description196, String content197, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startaddTextResource
in interface ThemeMgtService
addTextResource192
- RemoteException
ThemeMgtService.startaddTextResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public String getTextContent(String path200) throws RemoteException, ThemeMgtServiceExceptionException
getTextContent
in interface ThemeMgtService
getTextContent199
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getTextContent(java.lang.String)
public void startgetTextContent(String path200, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetTextContent
in interface ThemeMgtService
getTextContent199
- RemoteException
ThemeMgtService.startgetTextContent(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
public ResourceTreeEntryBean getResourceTreeEntry(String resourcePath204) throws RemoteException, ThemeMgtServiceExceptionException
getResourceTreeEntry
in interface ThemeMgtService
getResourceTreeEntry203
- ThemeMgtServiceExceptionException
- :RemoteException
ThemeMgtService.getResourceTreeEntry(java.lang.String)
public void startgetResourceTreeEntry(String resourcePath204, ThemeMgtServiceCallbackHandler callback) throws RemoteException
startgetResourceTreeEntry
in interface ThemeMgtService
getResourceTreeEntry203
- RemoteException
ThemeMgtService.startgetResourceTreeEntry(java.lang.String, org.wso2.carbon.theme.mgt.stub.ThemeMgtServiceCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.