|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.proxy.chain.ReferenceChain
ReferenceChain
Constructor Summary | |
ReferenceChain()
|
Method Summary | |
void |
addReference(IReference reference)
|
int |
getLength()
|
IReference |
getReferenceOfType(java.lang.Class type)
|
WSDL |
getWSDL()
Return WSDL for the service that I reference. |
Value |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args,
Context context)
Invoke the operation associated with a particular method, using the specified arguments. |
Value |
invoke(java.lang.String method,
java.lang.Object[] args,
java.lang.Class[] argTypes,
Context context)
Invoke the operation associated with a particular method, using the specified arguments and argument types. |
Value |
invoke(java.lang.String method,
java.lang.String[] args,
Context context)
Invoke the operation associated with a particular method, using the specified arguments. |
boolean |
removeReference(java.lang.Class type)
|
void |
removeReference(IReference reference)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReferenceChain()
Method Detail |
public void addReference(IReference reference)
reference
- public void removeReference(IReference reference)
reference
- public boolean removeReference(java.lang.Class type)
type
- public IReference getReferenceOfType(java.lang.Class type)
type
- public int getLength()
public WSDL getWSDL()
IReference
getWSDL
in interface IReference
public Value invoke(java.lang.reflect.Method method, java.lang.Object[] args, Context context) throws java.lang.Throwable
IReference
invoke
in interface IReference
method
- args
- context
-
java.lang.Throwable
public Value invoke(java.lang.String method, java.lang.Object[] args, java.lang.Class[] argTypes, Context context) throws java.lang.Throwable
IReference
invoke
in interface IReference
method
- args
- argTypes
- context
-
java.lang.Throwable
public Value invoke(java.lang.String method, java.lang.String[] args, Context context) throws java.lang.Throwable
IReference
invoke
in interface IReference
method
- args
- context
-
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |