Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ServiceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<GenericBeanType<T>> |
GenericBeanType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<ServiceBeanType<T>> |
ServiceBeanType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<SessionBeanType<T>> |
SessionBeanType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
ServiceRefType<GenericBeanType<T>> |
GenericBeanType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
ServiceRefType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
ServiceRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ServiceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllServiceRef()
Returns all
service-ref elements |
List<ServiceRefType<GenericBeanType<T>>> |
GenericBeanType.getAllServiceRef()
Returns all
service-ref elements |
List<ServiceRefType<ServiceBeanType<T>>> |
ServiceBeanType.getAllServiceRef()
Returns all
service-ref elements |
List<ServiceRefType<SessionBeanType<T>>> |
SessionBeanType.getAllServiceRef()
Returns all
service-ref elements |
Modifier and Type | Method and Description |
---|---|
ServiceRefType<T> |
ServiceRefType.configFile(String configFile)
Sets the
config-file element |
ServiceRefType<T> |
ServiceRefType.configName(String configName)
Sets the
config-name element |
ServiceRefType<T> |
ServiceRefType.handlerChain(String handlerChain)
Sets the
handler-chain element |
ServiceRefType<T> |
ServiceRefType.id(String id)
Sets the
id attribute |
ServiceRefType<T> |
ServiceRefType.removeAllPortComponentRef()
Removes all
port-component-ref elements |
ServiceRefType<T> |
ServiceRefType.removeConfigFile()
Removes the
config-file element |
ServiceRefType<T> |
ServiceRefType.removeConfigName()
Removes the
config-name element |
ServiceRefType<T> |
ServiceRefType.removeHandlerChain()
Removes the
handler-chain element |
ServiceRefType<T> |
ServiceRefType.removeId()
Removes the
id attribute |
ServiceRefType<T> |
ServiceRefType.removeServiceImplClass()
Removes the
service-impl-class element |
ServiceRefType<T> |
ServiceRefType.removeServiceQname()
Removes the
service-qname element |
ServiceRefType<T> |
ServiceRefType.removeServiceRefName()
Removes the
service-ref-name element |
ServiceRefType<T> |
ServiceRefType.removeWsdlOverride()
Removes the
wsdl-override element |
ServiceRefType<T> |
ServiceRefType.serviceImplClass(String serviceImplClass)
Sets the
service-impl-class element |
ServiceRefType<T> |
ServiceRefType.serviceQname(String serviceQname)
Sets the
service-qname element |
ServiceRefType<T> |
ServiceRefType.serviceRefName(String serviceRefName)
Sets the
service-ref-name element |
ServiceRefType<T> |
ServiceRefType.wsdlOverride(String wsdlOverride)
Sets the
wsdl-override element |
Modifier and Type | Method and Description |
---|---|
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new
port-component-ref element |
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all
port-component-ref elements |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.