|
JTR 4.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebServiceRtOperation | |
---|---|
jtr.ws.wsif | Default Jakarts WSIF 2.0 based implementation of the contracts defined in
jtr.ws . |
Uses of WebServiceRtOperation in jtr.ws.wsif |
---|
Methods in jtr.ws.wsif that return WebServiceRtOperation | |
---|---|
WebServiceRtOperation |
WebServiceRtPort.getOperation(java.lang.String name)
Get a simgle operation by name. |
Methods in jtr.ws.wsif that return types with arguments of type WebServiceRtOperation | |
---|---|
java.util.HashMap<java.lang.String,WebServiceRtOperation> |
WebServiceRtPort.getOperations()
Get all the available operations. |
Methods in jtr.ws.wsif with parameters of type WebServiceRtOperation | |
---|---|
void |
WebServiceRtPort.addOperation(java.lang.String name,
WebServiceRtOperation operation)
Add a simgle operation. |
Method parameters in jtr.ws.wsif with type arguments of type WebServiceRtOperation | |
---|---|
void |
WebServiceRtPort.setOperations(java.util.HashMap<java.lang.String,WebServiceRtOperation> operations)
Set all the available operations. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |