KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > alfresco > example > webservice > repository > RepositoryService


1 /**
2  * RepositoryService.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
6  */

7
8 package org.alfresco.example.webservice.repository;
9
10 public interface RepositoryService extends javax.xml.rpc.Service JavaDoc {
11
12 /**
13  * Provides read and write operations against a repository.
14  */

15     public java.lang.String JavaDoc getRepositoryServiceAddress();
16
17     public org.alfresco.example.webservice.repository.RepositoryServiceSoapPort getRepositoryService() throws javax.xml.rpc.ServiceException JavaDoc;
18
19     public org.alfresco.example.webservice.repository.RepositoryServiceSoapPort getRepositoryService(java.net.URL JavaDoc portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
20 }
21
Popular Tags