|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteBindingType<T>
This interface defines the contract for the remote-bindingType
xsd type
Method Summary | |
---|---|
RemoteBindingType<T> |
clientBindUrl(String clientBindUrl)
Sets the client-bind-url element |
RemoteBindingType<T> |
description(String... values)
Creates for all String objects representing description elements,
a new description element |
List<String> |
getAllDescription()
Returns all description elements |
String |
getClientBindUrl()
Returns the client-bind-url element |
String |
getId()
Returns the id attribute |
String |
getInterceptorStack()
Returns the interceptor-stack element |
String |
getInvokerName()
Returns the invoker-name element |
String |
getJndiName()
Returns the jndi-name element |
RemoteBindingType<T> |
id(String id)
Sets the id attribute |
RemoteBindingType<T> |
interceptorStack(String interceptorStack)
Sets the interceptor-stack element |
RemoteBindingType<T> |
invokerName(String invokerName)
Sets the invoker-name element |
RemoteBindingType<T> |
jndiName(String jndiName)
Sets the jndi-name element |
RemoteBindingType<T> |
removeAllDescription()
Removes the description element |
RemoteBindingType<T> |
removeClientBindUrl()
Removes the client-bind-url element |
RemoteBindingType<T> |
removeId()
Removes the id attribute |
RemoteBindingType<T> |
removeInterceptorStack()
Removes the interceptor-stack element |
RemoteBindingType<T> |
removeInvokerName()
Removes the invoker-name element |
RemoteBindingType<T> |
removeJndiName()
Removes the jndi-name element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
RemoteBindingType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
RemoteBindingType
List<String> getAllDescription()
description
elements
description
RemoteBindingType<T> removeAllDescription()
description
element
RemoteBindingType
RemoteBindingType<T> jndiName(String jndiName)
jndi-name
element
jndiName
- the value for the element jndi-name
RemoteBindingType
String getJndiName()
jndi-name
element
jndi-name
RemoteBindingType<T> removeJndiName()
jndi-name
element
RemoteBindingType
RemoteBindingType<T> clientBindUrl(String clientBindUrl)
client-bind-url
element
clientBindUrl
- the value for the element client-bind-url
RemoteBindingType
String getClientBindUrl()
client-bind-url
element
client-bind-url
RemoteBindingType<T> removeClientBindUrl()
client-bind-url
element
RemoteBindingType
RemoteBindingType<T> interceptorStack(String interceptorStack)
interceptor-stack
element
interceptorStack
- the value for the element interceptor-stack
RemoteBindingType
String getInterceptorStack()
interceptor-stack
element
interceptor-stack
RemoteBindingType<T> removeInterceptorStack()
interceptor-stack
element
RemoteBindingType
RemoteBindingType<T> invokerName(String invokerName)
invoker-name
element
invokerName
- the value for the element invoker-name
RemoteBindingType
String getInvokerName()
invoker-name
element
invoker-name
RemoteBindingType<T> removeInvokerName()
invoker-name
element
RemoteBindingType
RemoteBindingType<T> id(String id)
id
attribute
id
- the value for the attribute id
RemoteBindingType
String getId()
id
attribute
id
RemoteBindingType<T> removeId()
id
attribute
RemoteBindingType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |