|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.ws.Bindings
public class Bindings
This class defines a set of Binding
s.
Constructor Summary | |
---|---|
Bindings()
Creates a new instance of Bindings |
Method Summary | |
---|---|
void |
addBinding(Binding binding)
Add a single Binding . |
Binding |
getBinding(java.lang.String name)
Get a Binding by its unique name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bindings()
Method Detail |
---|
public void addBinding(Binding binding)
Binding
.
binding
- The bindingpublic Binding getBinding(java.lang.String name)
Binding
by its unique name.
name
- The binding's unique name
null
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |