|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationMetaData | |
org.wso2.wsas.admin.service |
Uses of OperationMetaData in org.wso2.wsas.admin.service |
Methods in org.wso2.wsas.admin.service that return OperationMetaData | |
OperationMetaData[] |
OperationAdmin.listAllOperations(java.lang.String serviceName)
list all the operations in the service including both control and published operations |
OperationMetaData[] |
OperationAdmin.listControlOperations(java.lang.String serviceName)
list only the control operations added by modules and some other way |
OperationMetaData[] |
OperationAdmin.listPublishedOperations(java.lang.String serviceName)
list all the published operations (come from servics.xml and wsdl) |
OperationMetaData |
OperationAdmin.getOperationStatistics(java.lang.String serviceName,
java.lang.String operationName)
return all accumulated data about this operation |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |