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 key85,
String sequenceConfig86)
Auto generated method signature
|
void |
addEndpointTemplate(String templateElementConfig60)
Auto generated method signature
|
void |
deleteDynamicEndpointTemplate(String key65)
Auto generated method signature
|
void |
deleteEndpointTemplate(String templateName58)
Auto generated method signature
|
EndpointTemplateInfo[] |
getDynamicEndpointTemplates(int pageNumber67,
int endpointTemplatesPerPage68)
Auto generated method signature
|
int |
getDynamicEndpointTemplatesCount()
Auto generated method signature
|
EndpointTemplateInfo[] |
getEndpointTemplates(int pageNumber80,
int endpointTemplatesPerPage81)
Auto generated method signature
|
int |
getEndpointTemplatesCount()
Auto generated method signature
|
org.apache.axiom.om.OMElement |
getTemplate(String templateName72)
Auto generated method signature
|
boolean |
hasDuplicateTempleteEndpoint(String templateElementConfig76)
Auto generated method signature
|
void |
saveDynamicEndpointTemplate(String key52,
String sequenceConfig53)
Auto generated method signature
|
void |
saveEndpointTemplate(String templateConfig50)
Auto generated method signature
|
void |
startgetDynamicEndpointTemplates(int pageNumber67,
int endpointTemplatesPerPage68,
EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointTemplates(int pageNumber80,
int endpointTemplatesPerPage81,
EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTemplate(String templateName72,
EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starthasDuplicateTempleteEndpoint(String templateElementConfig76,
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 void saveEndpointTemplate(String templateConfig50) throws RemoteException
saveEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public void saveDynamicEndpointTemplate(String key52, String sequenceConfig53) throws RemoteException
saveDynamicEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public int getEndpointTemplatesCount() throws RemoteException
getEndpointTemplatesCount
in interface EndpointTemplateAdminService
getEndpointTemplatesCount54
- RemoteException
EndpointTemplateAdminService.getEndpointTemplatesCount()
public void startgetEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetEndpointTemplatesCount
in interface EndpointTemplateAdminService
getEndpointTemplatesCount54
- RemoteException
EndpointTemplateAdminService.startgetEndpointTemplatesCount(org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public void deleteEndpointTemplate(String templateName58) throws RemoteException
deleteEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public void addEndpointTemplate(String templateElementConfig60) throws RemoteException
addEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public int getDynamicEndpointTemplatesCount() throws RemoteException
getDynamicEndpointTemplatesCount
in interface EndpointTemplateAdminService
getDynamicEndpointTemplatesCount61
- RemoteException
EndpointTemplateAdminService.getDynamicEndpointTemplatesCount()
public void startgetDynamicEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetDynamicEndpointTemplatesCount
in interface EndpointTemplateAdminService
getDynamicEndpointTemplatesCount61
- RemoteException
EndpointTemplateAdminService.startgetDynamicEndpointTemplatesCount(org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public void deleteDynamicEndpointTemplate(String key65) throws RemoteException
deleteDynamicEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
public EndpointTemplateInfo[] getDynamicEndpointTemplates(int pageNumber67, int endpointTemplatesPerPage68) throws RemoteException
getDynamicEndpointTemplates
in interface EndpointTemplateAdminService
getDynamicEndpointTemplates66
- RemoteException
EndpointTemplateAdminService.getDynamicEndpointTemplates(int, int)
public void startgetDynamicEndpointTemplates(int pageNumber67, int endpointTemplatesPerPage68, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetDynamicEndpointTemplates
in interface EndpointTemplateAdminService
getDynamicEndpointTemplates66
- RemoteException
EndpointTemplateAdminService.startgetDynamicEndpointTemplates(int, int, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public org.apache.axiom.om.OMElement getTemplate(String templateName72) throws RemoteException
getTemplate
in interface EndpointTemplateAdminService
getTemplate71
- RemoteException
EndpointTemplateAdminService.getTemplate(java.lang.String)
public void startgetTemplate(String templateName72, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetTemplate
in interface EndpointTemplateAdminService
getTemplate71
- RemoteException
EndpointTemplateAdminService.startgetTemplate(java.lang.String, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public boolean hasDuplicateTempleteEndpoint(String templateElementConfig76) throws RemoteException
hasDuplicateTempleteEndpoint
in interface EndpointTemplateAdminService
hasDuplicateTempleteEndpoint75
- RemoteException
EndpointTemplateAdminService.hasDuplicateTempleteEndpoint(java.lang.String)
public void starthasDuplicateTempleteEndpoint(String templateElementConfig76, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
starthasDuplicateTempleteEndpoint
in interface EndpointTemplateAdminService
hasDuplicateTempleteEndpoint75
- RemoteException
EndpointTemplateAdminService.starthasDuplicateTempleteEndpoint(java.lang.String, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public EndpointTemplateInfo[] getEndpointTemplates(int pageNumber80, int endpointTemplatesPerPage81) throws RemoteException
getEndpointTemplates
in interface EndpointTemplateAdminService
getEndpointTemplates79
- RemoteException
EndpointTemplateAdminService.getEndpointTemplates(int, int)
public void startgetEndpointTemplates(int pageNumber80, int endpointTemplatesPerPage81, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
startgetEndpointTemplates
in interface EndpointTemplateAdminService
getEndpointTemplates79
- RemoteException
EndpointTemplateAdminService.startgetEndpointTemplates(int, int, org.wso2.carbon.mediation.templates.endpoint.stub.types.EndpointTemplateAdminServiceCallbackHandler)
public void addDynamicEndpointTemplate(String key85, String sequenceConfig86) throws RemoteException
addDynamicEndpointTemplate
in interface EndpointTemplateAdminService
RemoteException
Copyright © 2017 WSO2. All rights reserved.