public class EndpointTemplateAdminServiceStub extends org.apache.axis2.client.Stub implements EndpointTemplateAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
EndpointTemplateAdminServiceStub()
Default Constructor
|
EndpointTemplateAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
EndpointTemplateAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
EndpointTemplateAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
EndpointTemplateAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addDynamicEndpointTemplate(String key76,
String sequenceConfig77)
Auto generated method signature
|
void |
addEndpointTemplate(String templateElementConfig86)
Auto generated method signature
|
void |
deleteDynamicEndpointTemplate(String key65)
Auto generated method signature
|
void |
deleteEndpointTemplate(String templateName57)
Auto generated method signature
|
EndpointTemplateInfo[] |
getDynamicEndpointTemplates(int pageNumber71,
int endpointTemplatesPerPage72)
Auto generated method signature
|
int |
getDynamicEndpointTemplatesCount()
Auto generated method signature
|
EndpointTemplateInfo[] |
getEndpointTemplates(int pageNumber50,
int endpointTemplatesPerPage51)
Auto generated method signature
|
int |
getEndpointTemplatesCount()
Auto generated method signature
|
org.apache.axiom.om.OMElement |
getTemplate(String templateName67)
Auto generated method signature
|
boolean |
hasDuplicateTempleteEndpoint(String templateElementConfig79)
Auto generated method signature
|
void |
saveDynamicEndpointTemplate(String key83,
String sequenceConfig84)
Auto generated method signature
|
void |
saveEndpointTemplate(String templateConfig55)
Auto generated method signature
|
void |
startgetDynamicEndpointTemplates(int pageNumber71,
int endpointTemplatesPerPage72,
EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointTemplates(int pageNumber50,
int endpointTemplatesPerPage51,
EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTemplate(String templateName67,
EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starthasDuplicateTempleteEndpoint(String templateElementConfig79,
EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public EndpointTemplateAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointTemplateAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointTemplateAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointTemplateAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointTemplateAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointTemplateInfo[] getEndpointTemplates(int pageNumber50, int endpointTemplatesPerPage51) throws RemoteException
getEndpointTemplates
in interface EndpointTemplateAdminService
getEndpointTemplates49
- RemoteException
EndpointTemplateAdminService.getEndpointTemplates(int, int)
public void startgetEndpointTemplates(int pageNumber50, int endpointTemplatesPerPage51, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetEndpointTemplates
in interface EndpointTemplateAdminService
getEndpointTemplates49
- RemoteException
EndpointTemplateAdminService.startgetEndpointTemplates(int, int, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public void saveEndpointTemplate(String templateConfig55) throws RemoteException
saveEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public void deleteEndpointTemplate(String templateName57) throws RemoteException
deleteEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public int getDynamicEndpointTemplatesCount() throws RemoteException
getDynamicEndpointTemplatesCount
in interface EndpointTemplateAdminService
getDynamicEndpointTemplatesCount58
- RemoteException
EndpointTemplateAdminService.getDynamicEndpointTemplatesCount()
public void startgetDynamicEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetDynamicEndpointTemplatesCount
in interface EndpointTemplateAdminService
getDynamicEndpointTemplatesCount58
- RemoteException
EndpointTemplateAdminService.startgetDynamicEndpointTemplatesCount(org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public int getEndpointTemplatesCount() throws RemoteException
getEndpointTemplatesCount
in interface EndpointTemplateAdminService
getEndpointTemplatesCount61
- RemoteException
EndpointTemplateAdminService.getEndpointTemplatesCount()
public void startgetEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetEndpointTemplatesCount
in interface EndpointTemplateAdminService
getEndpointTemplatesCount61
- RemoteException
EndpointTemplateAdminService.startgetEndpointTemplatesCount(org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public void deleteDynamicEndpointTemplate(String key65) throws RemoteException
deleteDynamicEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public org.apache.axiom.om.OMElement getTemplate(String templateName67) throws RemoteException
getTemplate
in interface EndpointTemplateAdminService
getTemplate66
- RemoteException
EndpointTemplateAdminService.getTemplate(java.lang.String)
public void startgetTemplate(String templateName67, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetTemplate
in interface EndpointTemplateAdminService
getTemplate66
- RemoteException
EndpointTemplateAdminService.startgetTemplate(java.lang.String, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public EndpointTemplateInfo[] getDynamicEndpointTemplates(int pageNumber71, int endpointTemplatesPerPage72) throws RemoteException
getDynamicEndpointTemplates
in interface EndpointTemplateAdminService
getDynamicEndpointTemplates70
- RemoteException
EndpointTemplateAdminService.getDynamicEndpointTemplates(int, int)
public void startgetDynamicEndpointTemplates(int pageNumber71, int endpointTemplatesPerPage72, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetDynamicEndpointTemplates
in interface EndpointTemplateAdminService
getDynamicEndpointTemplates70
- RemoteException
EndpointTemplateAdminService.startgetDynamicEndpointTemplates(int, int, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public void addDynamicEndpointTemplate(String key76, String sequenceConfig77) throws RemoteException
addDynamicEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public boolean hasDuplicateTempleteEndpoint(String templateElementConfig79) throws RemoteException
hasDuplicateTempleteEndpoint
in interface EndpointTemplateAdminService
hasDuplicateTempleteEndpoint78
- RemoteException
EndpointTemplateAdminService.hasDuplicateTempleteEndpoint(java.lang.String)
public void starthasDuplicateTempleteEndpoint(String templateElementConfig79, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
starthasDuplicateTempleteEndpoint
in interface EndpointTemplateAdminService
hasDuplicateTempleteEndpoint78
- RemoteException
EndpointTemplateAdminService.starthasDuplicateTempleteEndpoint(java.lang.String, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public void saveDynamicEndpointTemplate(String key83, String sequenceConfig84) throws RemoteException
saveDynamicEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public void addEndpointTemplate(String templateElementConfig86) throws RemoteException
addEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
Copyright © 2021 WSO2. All rights reserved.