public class CustomUIAdminServiceStub extends org.apache.axis2.client.Stub implements CustomUIAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
CustomUIAdminServiceStub()
Default Constructor
|
CustomUIAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
CustomUIAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
CustomUIAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
CustomUIAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addTextContent(String parentPath32,
String resourceName33,
String mediaType34,
String description35,
String content36)
Auto generated method signature
|
String |
getTextContent(String path23)
Auto generated method signature
|
boolean |
isAuthorized(String path27,
String action28)
Auto generated method signature
|
void |
startgetTextContent(String path23,
CustomUIAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisAuthorized(String path27,
String action28,
CustomUIAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTextContent(String path38,
String content39)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public CustomUIAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CustomUIAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CustomUIAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CustomUIAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CustomUIAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String getTextContent(String path23) throws RemoteException, ExceptionException
getTextContent
in interface CustomUIAdminService
getTextContent22
- ExceptionException
- :RemoteException
CustomUIAdminService.getTextContent(java.lang.String)
public void startgetTextContent(String path23, CustomUIAdminServiceCallbackHandler callback) throws RemoteException
startgetTextContent
in interface CustomUIAdminService
getTextContent22
- RemoteException
CustomUIAdminService.startgetTextContent(java.lang.String, org.wso2.carbon.registry.resource.stub.custom.CustomUIAdminServiceCallbackHandler)
public boolean isAuthorized(String path27, String action28) throws RemoteException
isAuthorized
in interface CustomUIAdminService
isAuthorized26
- RemoteException
CustomUIAdminService.isAuthorized(java.lang.String, java.lang.String)
public void startisAuthorized(String path27, String action28, CustomUIAdminServiceCallbackHandler callback) throws RemoteException
startisAuthorized
in interface CustomUIAdminService
isAuthorized26
- RemoteException
CustomUIAdminService.startisAuthorized(java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.custom.CustomUIAdminServiceCallbackHandler)
public void addTextContent(String parentPath32, String resourceName33, String mediaType34, String description35, String content36) throws RemoteException, ExceptionException
addTextContent
in interface CustomUIAdminService
ExceptionException
- :RemoteException
public void updateTextContent(String path38, String content39) throws RemoteException, ExceptionException
updateTextContent
in interface CustomUIAdminService
ExceptionException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.