Class EndpointTemplateAdminServiceClient
java.lang.Object
org.wso2.am.admin.clients.template.EndpointTemplateAdminServiceClient
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointTemplateAdminServiceClient(String backEndUrl, String sessionCookie) EndpointTemplateAdminServiceClient(String backEndUrl, String userName, String password) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDynamicEndpointTemplate(String key, DataHandler dh) voidaddDynamicEndpointTemplate(String key, org.apache.axiom.om.OMElement endpointTemplate) voidvoidaddEndpointTemplate(org.apache.axiom.om.OMElement endpointTemplate) voidvoiddeleteEndpointTemplate(String templateName) intString[]int
-
Constructor Details
-
EndpointTemplateAdminServiceClient
public EndpointTemplateAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault - Throws:
org.apache.axis2.AxisFault
-
EndpointTemplateAdminServiceClient
public EndpointTemplateAdminServiceClient(String backEndUrl, String userName, String password) throws org.apache.axis2.AxisFault - Throws:
org.apache.axis2.AxisFault
-
-
Method Details
-
addEndpointTemplate
public void addEndpointTemplate(org.apache.axiom.om.OMElement endpointTemplate) throws RemoteException - Throws:
RemoteException
-
addEndpointTemplate
- Throws:
IOExceptionXMLStreamException
-
addDynamicEndpointTemplate
public void addDynamicEndpointTemplate(String key, org.apache.axiom.om.OMElement endpointTemplate) throws RemoteException - Throws:
RemoteException
-
addDynamicEndpointTemplate
public void addDynamicEndpointTemplate(String key, DataHandler dh) throws IOException, XMLStreamException - Throws:
IOExceptionXMLStreamException
-
deleteEndpointTemplate
- Throws:
RemoteException
-
deleteDynamicEndpointTemplate
- Throws:
RemoteException
-
getDynamicEndpointTemplatesCount
- Throws:
RemoteException
-
getEndpointTemplatesCount
- Throws:
RemoteException
-
getEndpointTemplates
- Throws:
RemoteException
-