public class AmqpServiceInfo extends UriBasedServiceInfo
ServiceInfo.ServiceLabel, ServiceInfo.ServiceProperty
id
Constructor and Description |
---|
AmqpServiceInfo(String id,
String uri) |
AmqpServiceInfo(String id,
String host,
int port,
String username,
String password,
String virtualHost) |
Modifier and Type | Method and Description |
---|---|
String |
getVirtualHost() |
protected UriInfo |
validateAndCleanUriInfo(UriInfo uriInfo)
Validate the URI and clean it up by using defaults for any missing information, if possible.
|
getHost, getPassword, getPath, getPort, getQuery, getUri, getUriInfo, getUriInfoFactory, getUserName
getId
public AmqpServiceInfo(String id, String host, int port, String username, String password, String virtualHost)
public AmqpServiceInfo(String id, String uri) throws CloudException
CloudException
public String getVirtualHost()
protected UriInfo validateAndCleanUriInfo(UriInfo uriInfo)
UriBasedServiceInfo
validateAndCleanUriInfo
in class UriBasedServiceInfo
uriInfo
- uri info based on parsed payload