Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ServiceRefType<ApplicationDescriptor> |
ApplicationDescriptor.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ServiceRefType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllServiceRef()
Returns all
service-ref elements |
Modifier and Type | Method and Description |
---|---|
ServiceRefType<EntityBeanType<T>> |
EntityBeanType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<InterceptorType<T>> |
InterceptorType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<SessionBeanType<T>> |
SessionBeanType.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<EntityBeanType<T>> |
EntityBeanType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
ServiceRefType<InterceptorType<T>> |
InterceptorType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
ServiceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.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<EntityBeanType<T>>> |
EntityBeanType.getAllServiceRef()
Returns all
service-ref elements |
List<ServiceRefType<InterceptorType<T>>> |
InterceptorType.getAllServiceRef()
Returns all
service-ref elements |
List<ServiceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.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.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ServiceRefType<T> |
ServiceRefType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ServiceRefType<T> |
ServiceRefType.id(String id)
Sets the
id attribute |
ServiceRefType<T> |
ServiceRefType.jaxrpcMappingFile(String jaxrpcMappingFile)
Sets the
jaxrpc-mapping-file element |
ServiceRefType<T> |
ServiceRefType.lookupName(String lookupName)
Sets the
lookup-name element |
ServiceRefType<T> |
ServiceRefType.mappedName(String mappedName)
Sets the
mapped-name element |
ServiceRefType<T> |
ServiceRefType.removeAllDescription()
Removes the
description element |
ServiceRefType<T> |
ServiceRefType.removeAllDisplayName()
Removes the
display-name element |
ServiceRefType<T> |
ServiceRefType.removeAllHandler()
Removes all
handler elements |
ServiceRefType<T> |
ServiceRefType.removeAllIcon()
Removes all
icon elements |
ServiceRefType<T> |
ServiceRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
ServiceRefType<T> |
ServiceRefType.removeAllPortComponentRef()
Removes all
port-component-ref elements |
ServiceRefType<T> |
ServiceRefType.removeHandlerChains()
Removes the
handler-chains element |
ServiceRefType<T> |
ServiceRefType.removeId()
Removes the
id attribute |
ServiceRefType<T> |
ServiceRefType.removeJaxrpcMappingFile()
Removes the
jaxrpc-mapping-file element |
ServiceRefType<T> |
ServiceRefType.removeLookupName()
Removes the
lookup-name element |
ServiceRefType<T> |
ServiceRefType.removeMappedName()
Removes the
mapped-name element |
ServiceRefType<T> |
ServiceRefType.removeServiceInterface()
Removes the
service-interface element |
ServiceRefType<T> |
ServiceRefType.removeServiceQname()
Removes the
service-qname element |
ServiceRefType<T> |
ServiceRefType.removeServiceRefName()
Removes the
service-ref-name element |
ServiceRefType<T> |
ServiceRefType.removeServiceRefType()
Removes the
service-ref-type element |
ServiceRefType<T> |
ServiceRefType.removeWsdlFile()
Removes the
wsdl-file element |
ServiceRefType<T> |
ServiceRefType.serviceInterface(String serviceInterface)
Sets the
service-interface 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.serviceRefType(String serviceRefType)
Sets the
service-ref-type element |
ServiceRefType<T> |
ServiceRefType.wsdlFile(String wsdlFile)
Sets the
wsdl-file element |
Modifier and Type | Method and Description |
---|---|
HandlerType<ServiceRefType<T>> |
ServiceRefType.createHandler()
Creates a new
handler element |
IconType<ServiceRefType<T>> |
ServiceRefType.createIcon()
Creates a new
icon element |
InjectionTargetType<ServiceRefType<T>> |
ServiceRefType.createInjectionTarget()
Creates a new
injection-target element |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new
port-component-ref element |
List<HandlerType<ServiceRefType<T>>> |
ServiceRefType.getAllHandler()
Returns all
handler elements |
List<IconType<ServiceRefType<T>>> |
ServiceRefType.getAllIcon()
Returns all
icon elements |
List<InjectionTargetType<ServiceRefType<T>>> |
ServiceRefType.getAllInjectionTarget()
Returns all
injection-target elements |
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all
port-component-ref elements |
HandlerType<ServiceRefType<T>> |
ServiceRefType.getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
HandlerChainsType<ServiceRefType<T>> |
ServiceRefType.getOrCreateHandlerChains()
If not already created, a new
handler-chains element with the given value will be created. |
IconType<ServiceRefType<T>> |
ServiceRefType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
InjectionTargetType<ServiceRefType<T>> |
ServiceRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
ServiceRefType<WebAppDescriptor> |
WebAppDescriptor.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ServiceRefType<WebAppDescriptor>> |
WebAppDescriptor.getAllServiceRef()
Returns all
service-ref elements |
Modifier and Type | Method and Description |
---|---|
ServiceRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ServiceRefType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllServiceRef()
Returns all
service-ref elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.