org.jboss.portal.wsrp.consumer
Class EndpointConfigurationInfo
java.lang.Object
org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo
public class EndpointConfigurationInfo
- extends java.lang.Object
- Since:
- 2.6
- Version:
- $Revision: 9135 $
- Author:
- Chris Laprun
Field Summary |
static java.lang.String |
UNSET
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNSET
public static final java.lang.String UNSET
- See Also:
- Constant Field Values
EndpointConfigurationInfo
public EndpointConfigurationInfo()
EndpointConfigurationInfo
public EndpointConfigurationInfo(ProducerInfo producerInfo)
EndpointConfigurationInfo
public EndpointConfigurationInfo(ProducerInfo producerInfo,
ServiceFactory serviceFactory)
getKey
public java.lang.Long getKey()
setKey
public void setKey(java.lang.Long key)
usesWSDL
public boolean usesWSDL()
setUsesWSDL
public void setUsesWSDL(boolean useWSDL)
getWsdlDefinitionURL
public java.lang.String getWsdlDefinitionURL()
getServiceDescriptionURL
public java.lang.String getServiceDescriptionURL()
getMarkupURL
public java.lang.String getMarkupURL()
getPortletManagementURL
public java.lang.String getPortletManagementURL()
getRegistrationURL
public java.lang.String getRegistrationURL()
setServiceDescriptionURL
public void setServiceDescriptionURL(java.lang.String serviceDescriptionURL)
setMarkupURL
public void setMarkupURL(java.lang.String markupURL)
setRegistrationURL
public void setRegistrationURL(java.lang.String registrationURL)
setPortletManagementURL
public void setPortletManagementURL(java.lang.String portletManagementURL)
setWsdlDefinitionURL
public void setWsdlDefinitionURL(java.lang.String wsdlDefinitionURL)
throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception
getServiceFactory
public ServiceFactory getServiceFactory()
setServiceFactory
public void setServiceFactory(ServiceFactory serviceFactory)
getServiceDescriptionService
public WSRP_v1_ServiceDescription_PortType getServiceDescriptionService()
throws InvokerUnavailableException
- Throws:
InvokerUnavailableException
getMarkupService
public WSRP_v1_Markup_PortType getMarkupService()
throws InvokerUnavailableException
- Throws:
InvokerUnavailableException
getPortletManagementService
public WSRP_v1_PortletManagement_PortType getPortletManagementService()
throws InvokerUnavailableException
- Throws:
InvokerUnavailableException
getRegistrationService
public WSRP_v1_Registration_PortType getRegistrationService()
throws InvokerUnavailableException
- Throws:
InvokerUnavailableException
isAvailable
public boolean isAvailable()
isRefreshNeeded
public boolean isRefreshNeeded()
refresh
public void refresh()
throws InvokerUnavailableException
- Throws:
InvokerUnavailableException