|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweborb.handler.webservices.WebServiceHandler
public abstract class WebServiceHandler
WebServiceHandler
| Field Summary |
|---|
| Fields inherited from interface weborb.util.log.ILoggingConstants |
|---|
DEBUG, DEFAULT_LOGGER, ERROR, EXCEPTION, INFO, INSTR, MESSAGESERVER, SECURITY, SERIALIZATION |
| Constructor Summary | |
|---|---|
WebServiceHandler()
|
|
| Method Summary | |
|---|---|
ServiceDescriptor |
inspect(java.lang.String targetObject)
Inspect a service with address and return its description. |
Value |
invoke(java.lang.String targetObject,
java.lang.String function,
java.lang.Object[] arguments)
Handle service invocation and return Value object containing the actual response. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface weborb.handler.IInvocationHandler |
|---|
getName |
| Methods inherited from interface weborb.handler.IInspectionHandler |
|---|
getName |
| Constructor Detail |
|---|
public WebServiceHandler()
| Method Detail |
|---|
public ServiceDescriptor inspect(java.lang.String targetObject)
throws ServiceException
IInspectionHandler
inspect in interface IInspectionHandlertargetObject -
ServiceException
public Value invoke(java.lang.String targetObject,
java.lang.String function,
java.lang.Object[] arguments)
throws java.lang.Exception
IInvocationHandler
invoke in interface IInvocationHandlertargetObject - function - arguments -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||