org.jboss.portal.wsrp.services
Interface ServiceFactory
- All Known Implementing Classes:
- AbstractJNDIServiceFactory, AbstractSOAPServiceFactory, CachingServiceFactory, PerEndpointSOAPInvokerServiceFactory, RemoteSOAPInvokerServiceFactory, RMIInvokerServiceFactory, SOAPInvokerServiceFactory
public interface ServiceFactory
A factory that gives access to remote services.
- Version:
- $Revision: 6366 $
- Author:
- Julien Viet
getService
java.lang.Object getService(java.lang.Class clazz)
throws java.lang.Exception
- Throws:
java.lang.Exception
isAvailable
boolean isAvailable()
getServiceDescriptionURL
java.lang.String getServiceDescriptionURL()
getMarkupURL
java.lang.String getMarkupURL()
getRegistrationURL
java.lang.String getRegistrationURL()
getPortletManagementURL
java.lang.String getPortletManagementURL()
setServiceDescriptionURL
void setServiceDescriptionURL(java.lang.String serviceDescriptionURL)
setMarkupURL
void setMarkupURL(java.lang.String markupURL)
setRegistrationURL
void setRegistrationURL(java.lang.String registrationURL)
setPortletManagementURL
void setPortletManagementURL(java.lang.String portletManagementURL)