public class ServiceUrlCollectionBean extends ProducerBean<List<String>>
| Modifier and Type | Method and Description |
|---|---|
static ServiceUrlCollectionBean |
anyBean(String id,
String protocol,
String port,
Boolean endpoint,
Type collectionType) |
static ServiceUrlCollectionBean |
getBean(String name,
String protocol,
String alias,
String port,
Boolean endpoint,
Type collectionType) |
static Collection<ServiceUrlCollectionBean> |
getBeans() |
String |
getServiceAlias() |
Type |
getServiceCollectionType() |
String |
getServiceName() |
String |
getServiceProtocol() |
Boolean |
isServiceEndpoint() |
String |
toString() |
create, destroy, equals, getProducer, getScope, hashCodegetBeanClass, getId, getInjectionPoints, getName, getQualifiers, getStereotypes, getTypes, isAlternative, isNullablepublic static ServiceUrlCollectionBean getBean(String name, String protocol, String alias, String port, Boolean endpoint, Type collectionType)
public static ServiceUrlCollectionBean anyBean(String id, String protocol, String port, Boolean endpoint, Type collectionType)
public static Collection<ServiceUrlCollectionBean> getBeans()
public String getServiceName()
public String getServiceProtocol()
public String getServiceAlias()
public Boolean isServiceEndpoint()
public Type getServiceCollectionType()
Copyright © 2011–2015 Red Hat. All rights reserved.