|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IProxy.
Method Summary | |
IReference |
getReference()
Return the IReference that I use for messaging. |
WSDL |
getWSDL()
Return WSDL for the service that I reference. |
java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args)
Invoke the operation associated with a particular method, using the specified arguments. |
java.lang.Object |
invoke(java.lang.String method,
java.lang.Object[] args)
Invoke the operation associated with a particular method, using the specified arguments and argument types. |
java.lang.Object |
invoke(java.lang.String method,
java.lang.Object[] args,
java.lang.Class[] argTypes)
Invoke the operation associated with a particular method, using the specified arguments and argument types. |
java.lang.Object |
invoke(java.lang.String method,
java.lang.String[] args)
Invoke the operation associated with a particular method, using the specified arguments. |
Method Detail |
public WSDL getWSDL()
public IReference getReference()
public java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
method
- The method to invokeargs
- The arguments.
java.lang.Throwable
- If an exception occurs.public java.lang.Object invoke(java.lang.String method, java.lang.Object[] args) throws java.lang.Throwable
method
- The name of the method to invokeargs
- The arguments.
java.lang.Throwable
- If an exception occurs.public java.lang.Object invoke(java.lang.String method, java.lang.Object[] args, java.lang.Class[] argTypes) throws java.lang.Throwable
method
- The name of the method to invokeargs
- The arguments.argTypes
- The type of the arguments.
java.lang.Throwable
- If an exception occurs.public java.lang.Object invoke(java.lang.String method, java.lang.String[] args) throws java.lang.Throwable
method
- The name of the method to invokeargs
- The arguments, expressed as strings.
java.lang.Throwable
- If an exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |