|
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.WebServicePort
public class WebServicePort
This class represents a port elements that can be found
in a jtr.xml configuration file.
Semantically its content can be assimilated to the one represented by
a WSDL port element.
| Constructor Summary | |
|---|---|
WebServicePort()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addOperation(WebServiceOperation op)
Add a single operation to the set of configured ones. |
java.lang.String |
getName()
Get the operation name. |
WebServiceOperation |
getOperation(java.lang.String name)
Get the operation named name. |
java.util.Collection<WebServiceOperation> |
getOperations()
Get the collection of available operations. |
void |
setName(java.lang.String name)
Get the port name. |
void |
setOperations(java.util.Collection<WebServiceOperation> operations)
Set the collection of operations available with the current port. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServicePort()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - public void setOperations(java.util.Collection<WebServiceOperation> operations)
operations - public java.lang.String getName()
public java.util.Collection<WebServiceOperation> getOperations()
public void addOperation(WebServiceOperation op)
op - public WebServiceOperation getOperation(java.lang.String name)
name. If no such operation exists
null is returned.
name -
|
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 | |||||||||