|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodSignature | |
oracle.jdeveloper.webservices | New public API to web services |
oracle.jdeveloper.webservices.util | The utils package provides utility classes used by the web
service API. |
Uses of MethodSignature in oracle.jdeveloper.webservices |
Methods in oracle.jdeveloper.webservices that return MethodSignature | |
MethodSignature[] |
JAXRPCSvcModel.getMethodsFromWSDL()
Look at the WSDL for the service and return a list of method signatures corresponding to the operations found. |
Methods in oracle.jdeveloper.webservices with parameters of type MethodSignature | |
boolean |
JAXRPCJavaModel.canEditImplementationFile(MethodSignature method)
Determine whether the implementation files of the service can be modified during generation. |
boolean |
JAXRPCJavaModel.isMethodRemoveable(MethodSignature remove)
Determine whether the method supplied can be unpublished from the service. |
void |
JAXRPCJavaModel.removeMethod(MethodSignature remove)
Remove the method signature supplied from the list of methods to be published. |
void |
JAXRPCJavaModel.renameMethod(MethodSignature oldSig,
MethodSignature newSig)
Rename a method in the service. |
void |
JAXRPCJavaModel.addMethod(MethodSignature add)
Add the method signature supplied to the list of methods to be published. |
Uses of MethodSignature in oracle.jdeveloper.webservices.util |
Methods in oracle.jdeveloper.webservices.util that return MethodSignature | |
static MethodSignature |
MethodSignature.parse(java.lang.String sig)
Parse the supplied string and create a MethodSignature from it. |
Methods in oracle.jdeveloper.webservices.util with parameters of type MethodSignature | |
boolean |
MethodSignature.signaturesEqual(MethodSignature comp,
JotClass ctxClass)
Check whether the signature of this method matches that of the one supplied. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.