Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
RemoteBindingType<T> |
RemoteBindingType.clientBindUrl(String clientBindUrl)
Sets the
client-bind-url element |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanType.createRemoteBinding()
Creates a new
remote-binding element |
RemoteBindingType<ServiceBeanType<T>> |
ServiceBeanType.createRemoteBinding()
Creates a new
remote-binding element |
RemoteBindingType<T> |
RemoteBindingType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanType.getOrCreateRemoteBinding()
If not already created, a new
remote-binding element will be created and returned. |
RemoteBindingType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateRemoteBinding()
If not already created, a new
remote-binding element will be created and returned. |
RemoteBindingType<T> |
RemoteBindingType.interceptorStack(String interceptorStack)
Sets the
interceptor-stack element |
RemoteBindingType<T> |
RemoteBindingType.invokerName(String invokerName)
Sets the
invoker-name element |
RemoteBindingType<T> |
RemoteBindingType.jndiName(String jndiName)
Sets the
jndi-name element |
RemoteBindingType<T> |
RemoteBindingType.removeAllDescription()
Removes the
description element |
RemoteBindingType<T> |
RemoteBindingType.removeClientBindUrl()
Removes the
client-bind-url element |
RemoteBindingType<T> |
RemoteBindingType.removeInterceptorStack()
Removes the
interceptor-stack element |
RemoteBindingType<T> |
RemoteBindingType.removeInvokerName()
Removes the
invoker-name element |
RemoteBindingType<T> |
RemoteBindingType.removeJndiName()
Removes the
jndi-name element |
Modifier and Type | Method and Description |
---|---|
List<RemoteBindingType<SessionBeanType<T>>> |
SessionBeanType.getAllRemoteBinding()
Returns all
remote-binding elements |
List<RemoteBindingType<ServiceBeanType<T>>> |
ServiceBeanType.getAllRemoteBinding()
Returns all
remote-binding elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.