|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteBindingType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema |
Uses of RemoteBindingType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return RemoteBindingType | |
---|---|
RemoteBindingType<T> |
RemoteBindingType.clientBindUrl(String clientBindUrl)
Sets the client-bind-url element |
RemoteBindingType<ServiceBeanType<T>> |
ServiceBeanType.createRemoteBinding()
Creates a new remote-binding element |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanType.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<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateRemoteBinding()
If not already created, a new remote-binding element will be created and returned. |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanType.getOrCreateRemoteBinding()
If not already created, a new remote-binding element will be created and returned. |
RemoteBindingType<T> |
RemoteBindingType.id(String id)
Sets the id attribute |
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.removeId()
Removes the id attribute |
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 |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type RemoteBindingType | |
---|---|
List<RemoteBindingType<ServiceBeanType<T>>> |
ServiceBeanType.getAllRemoteBinding()
Returns all remote-binding elements |
List<RemoteBindingType<SessionBeanType<T>>> |
SessionBeanType.getAllRemoteBinding()
Returns all remote-binding elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |