|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.web.Binding
Binding represents the network address and protocol used to access a service.
Constructor Summary | |
Binding(String protocol,
String urlStr)
Create a binding for a given XML protocol and network address. |
Method Summary | |
boolean |
equals(Object other)
Indicates whether some other object is "equal to" this one. |
String |
getProtocol()
Get the XML protocol |
String |
getURLStr()
Get the network address |
String |
toString()
Get a string representation of the object |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Binding(String protocol, String urlStr)
protocol
- the binding's protocol, e.g. "soap"urlStr
- the endpoint URL
Binding binding = new Binding("soap", "http://acme.com/quotes");
Method Detail |
public String getURLStr()
public String getProtocol()
public boolean equals(Object other)
public String toString()
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |