Improve reporting information using a toString() method in WebServicesBindingImpl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f3a5df33df
commit
71ae540bdd
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ class WebServiceBindingImpl implements WebServiceBinding, PolicySubject, Extensi
|
|||
protected WebServiceBindingImpl() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Provide a meaningful representation of this Binding
|
||||
*/
|
||||
public String toString() {
|
||||
return "Web Service Binding: " + name;
|
||||
} // end method toString
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue