|
JTR 4.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.ws.wsif.WebServiceRtPort
public class WebServiceRtPort
This is the WSIF-based runtime representation of a port
.
Constructor Summary | |
---|---|
WebServiceRtPort()
Default constructor. |
Method Summary | |
---|---|
void |
addOperation(java.lang.String name,
WebServiceRtOperation operation)
Add a simgle operation. |
java.lang.String |
getName()
Get the port name. |
WebServiceRtOperation |
getOperation(java.lang.String name)
Get a simgle operation by name. |
java.util.HashMap<java.lang.String,WebServiceRtOperation> |
getOperations()
Get all the available operations. |
org.apache.wsif.WSIFPort |
getPort()
Get the WSIF-based port implementation. |
void |
setName(java.lang.String name)
Set the port name. |
void |
setOperations(java.util.HashMap<java.lang.String,WebServiceRtOperation> operations)
Set all the available operations. |
void |
setPort(org.apache.wsif.WSIFPort port)
Set the WSIF-based port implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebServiceRtPort()
Method Detail |
---|
public void setName(java.lang.String name)
name
- The port namepublic java.lang.String getName()
public java.util.HashMap<java.lang.String,WebServiceRtOperation> getOperations()
public void setOperations(java.util.HashMap<java.lang.String,WebServiceRtOperation> operations)
operations
- The operations to set.public void addOperation(java.lang.String name, WebServiceRtOperation operation)
name
- The operation nameoperation
- The operationpublic WebServiceRtOperation getOperation(java.lang.String name)
name
- The operation name
public org.apache.wsif.WSIFPort getPort()
public void setPort(org.apache.wsif.WSIFPort port)
port
- The port to set.
|
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 |