org.alfresco.webservice.dictionary
Interface DictionaryService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
DictionaryServiceLocator

public interface DictionaryService
extends javax.xml.rpc.Service


Method Summary
 DictionaryServiceSoapPort getDictionaryService()
           
 DictionaryServiceSoapPort getDictionaryService(java.net.URL portAddress)
           
 java.lang.String getDictionaryServiceAddress()
          Provides read access to the Repository Dictionary.
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getDictionaryServiceAddress

java.lang.String getDictionaryServiceAddress()
Provides read access to the Repository Dictionary.


getDictionaryService

DictionaryServiceSoapPort getDictionaryService()
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getDictionaryService

DictionaryServiceSoapPort getDictionaryService(java.net.URL portAddress)
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.