|
||||||||||
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 jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jboss51 | Provides the implementation classes as defined in the schema jboss_5_1.xsd |
Uses of RemoteBindingType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return RemoteBindingType | |
---|---|
RemoteBindingType<ServiceBeanType<T>> |
ServiceBeanType.remoteBinding()
Returns the remote-binding element |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanType.remoteBinding()
Returns the remote-binding 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 |
RemoteBindingType<T> |
RemoteBindingType.setClientBindUrl(java.lang.String clientBindUrl)
If not already created, a new client-bind-url element with the given value will be created. |
RemoteBindingType<T> |
RemoteBindingType.setDescription(java.lang.String description)
Creates a new description element |
RemoteBindingType<T> |
RemoteBindingType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
RemoteBindingType<T> |
RemoteBindingType.setInterceptorStack(java.lang.String interceptorStack)
If not already created, a new interceptor-stack element with the given value will be created. |
RemoteBindingType<T> |
RemoteBindingType.setInvokerName(java.lang.String invokerName)
If not already created, a new invoker-name element with the given value will be created. |
RemoteBindingType<T> |
RemoteBindingType.setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type RemoteBindingType | |
---|---|
java.util.List<RemoteBindingType<ServiceBeanType<T>>> |
ServiceBeanType.getRemoteBindingList()
Returns all remote-binding elements |
java.util.List<RemoteBindingType<SessionBeanType<T>>> |
SessionBeanType.getRemoteBindingList()
Returns all remote-binding elements |
Uses of RemoteBindingType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement RemoteBindingType | |
---|---|
class |
RemoteBindingTypeImpl<T>
This class implements the remote-bindingType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return RemoteBindingType | |
---|---|
RemoteBindingType<ServiceBeanType<T>> |
ServiceBeanTypeImpl.remoteBinding()
Returns the remote-binding element |
RemoteBindingType<SessionBeanType<T>> |
SessionBeanTypeImpl.remoteBinding()
Returns the remote-binding element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.removeAllDescription()
Removes the description element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.removeClientBindUrl()
Removes the client-bind-url element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.removeInterceptorStack()
Removes the interceptor-stack element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.removeInvokerName()
Removes the invoker-name element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.removeJndiName()
Removes the jndi-name element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.setClientBindUrl(java.lang.String clientBindUrl)
If not already created, a new client-bind-url element with the given value will be created. |
RemoteBindingType<T> |
RemoteBindingTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
RemoteBindingType<T> |
RemoteBindingTypeImpl.setInterceptorStack(java.lang.String interceptorStack)
If not already created, a new interceptor-stack element with the given value will be created. |
RemoteBindingType<T> |
RemoteBindingTypeImpl.setInvokerName(java.lang.String invokerName)
If not already created, a new invoker-name element with the given value will be created. |
RemoteBindingType<T> |
RemoteBindingTypeImpl.setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type RemoteBindingType | |
---|---|
java.util.List<RemoteBindingType<ServiceBeanType<T>>> |
ServiceBeanTypeImpl.getRemoteBindingList()
Returns all remote-binding elements |
java.util.List<RemoteBindingType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getRemoteBindingList()
Returns all remote-binding elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |