KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > alfresco > webservice > action > ActionService


1 /**
2  * ActionService.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
6  */

7
8 package org.alfresco.webservice.action;
9
10 public interface ActionService extends javax.xml.rpc.Service JavaDoc {
11
12 /**
13  * Provides Action and Rule manipulation methods.
14  */

15     public java.lang.String JavaDoc getActionServiceAddress();
16
17     public org.alfresco.webservice.action.ActionServiceSoapPort getActionService() throws javax.xml.rpc.ServiceException JavaDoc;
18
19     public org.alfresco.webservice.action.ActionServiceSoapPort getActionService(java.net.URL JavaDoc portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
20 }
21
Popular Tags