public interface DataSourceBean extends SdmxStructureBean
Modifier and Type | Method and Description |
---|---|
DataSourceMutableBean |
createMutableInstance()
Returns a mutable version of this bean instance.
|
java.net.URL |
getDataUrl()
Returns the URL of the datasource, this can never be null.
|
java.net.URL |
getWadlUrl()
Returns the WADL URL or null if no WADL location has been defined.
|
java.net.URL |
getWSDLUrl()
Returns the URL of the WSDL or null if no WSDL location has been defined.
|
boolean |
isRESTDatasource()
Returns true if the getDataUrl() is pointing at a REST web service.
|
boolean |
isSimpleDatasource()
Returns true if the getDataUrl() is pointing at a file location.
|
boolean |
isWebServiceDatasource()
Returns true if the getDataUrl() is pointing at a SOAP web service.
|
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
boolean isRESTDatasource()
boolean isWebServiceDatasource()
boolean isSimpleDatasource()
java.net.URL getDataUrl()
java.net.URL getWSDLUrl()
java.net.URL getWadlUrl()
DataSourceMutableBean createMutableInstance()