Interface EndpointTemplateAdminService
-
- All Known Implementing Classes:
EndpointTemplateAdminServiceStub
public interface EndpointTemplateAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addDynamicEndpointTemplate(String key38, String sequenceConfig39)
Auto generated method signature for Asynchronous Invocationsvoid
addEndpointTemplate(String templateElementConfig48)
Auto generated method signature for Asynchronous Invocationsvoid
deleteDynamicEndpointTemplate(String key27)
Auto generated method signature for Asynchronous Invocationsvoid
deleteEndpointTemplate(String templateName19)
Auto generated method signature for Asynchronous InvocationsEndpointTemplateInfo[]
getDynamicEndpointTemplates(int pageNumber33, int endpointTemplatesPerPage34)
Auto generated method signatureint
getDynamicEndpointTemplatesCount()
Auto generated method signatureEndpointTemplateInfo[]
getEndpointTemplates(int pageNumber12, int endpointTemplatesPerPage13)
Auto generated method signatureint
getEndpointTemplatesCount()
Auto generated method signatureorg.apache.axiom.om.OMElement
getTemplate(String templateName29)
Auto generated method signatureboolean
hasDuplicateTempleteEndpoint(String templateElementConfig41)
Auto generated method signaturevoid
saveDynamicEndpointTemplate(String key45, String sequenceConfig46)
Auto generated method signature for Asynchronous Invocationsvoid
saveEndpointTemplate(String templateConfig17)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpointTemplates(int pageNumber33, int endpointTemplatesPerPage34, EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointTemplates(int pageNumber12, int endpointTemplatesPerPage13, EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetTemplate(String templateName29, EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
starthasDuplicateTempleteEndpoint(String templateElementConfig41, EndpointTemplateAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getEndpointTemplates
EndpointTemplateInfo[] getEndpointTemplates(int pageNumber12, int endpointTemplatesPerPage13) throws RemoteException
Auto generated method signature- Parameters:
getEndpointTemplates11
-- Throws:
RemoteException
-
startgetEndpointTemplates
void startgetEndpointTemplates(int pageNumber12, int endpointTemplatesPerPage13, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndpointTemplates11
-- Throws:
RemoteException
-
saveEndpointTemplate
void saveEndpointTemplate(String templateConfig17) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
deleteEndpointTemplate
void deleteEndpointTemplate(String templateName19) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getDynamicEndpointTemplatesCount
int getDynamicEndpointTemplatesCount() throws RemoteException
Auto generated method signature- Parameters:
getDynamicEndpointTemplatesCount20
-- Throws:
RemoteException
-
startgetDynamicEndpointTemplatesCount
void startgetDynamicEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDynamicEndpointTemplatesCount20
-- Throws:
RemoteException
-
getEndpointTemplatesCount
int getEndpointTemplatesCount() throws RemoteException
Auto generated method signature- Parameters:
getEndpointTemplatesCount23
-- Throws:
RemoteException
-
startgetEndpointTemplatesCount
void startgetEndpointTemplatesCount(EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEndpointTemplatesCount23
-- Throws:
RemoteException
-
deleteDynamicEndpointTemplate
void deleteDynamicEndpointTemplate(String key27) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getTemplate
org.apache.axiom.om.OMElement getTemplate(String templateName29) throws RemoteException
Auto generated method signature- Parameters:
getTemplate28
-- Throws:
RemoteException
-
startgetTemplate
void startgetTemplate(String templateName29, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getTemplate28
-- Throws:
RemoteException
-
getDynamicEndpointTemplates
EndpointTemplateInfo[] getDynamicEndpointTemplates(int pageNumber33, int endpointTemplatesPerPage34) throws RemoteException
Auto generated method signature- Parameters:
getDynamicEndpointTemplates32
-- Throws:
RemoteException
-
startgetDynamicEndpointTemplates
void startgetDynamicEndpointTemplates(int pageNumber33, int endpointTemplatesPerPage34, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDynamicEndpointTemplates32
-- Throws:
RemoteException
-
addDynamicEndpointTemplate
void addDynamicEndpointTemplate(String key38, String sequenceConfig39) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
hasDuplicateTempleteEndpoint
boolean hasDuplicateTempleteEndpoint(String templateElementConfig41) throws RemoteException
Auto generated method signature- Parameters:
hasDuplicateTempleteEndpoint40
-- Throws:
RemoteException
-
starthasDuplicateTempleteEndpoint
void starthasDuplicateTempleteEndpoint(String templateElementConfig41, EndpointTemplateAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
hasDuplicateTempleteEndpoint40
-- Throws:
RemoteException
-
saveDynamicEndpointTemplate
void saveDynamicEndpointTemplate(String key45, String sequenceConfig46) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
addEndpointTemplate
void addEndpointTemplate(String templateElementConfig48) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
-