org.topcased.web.server
Class ExternalServiceHandler
java.lang.Object
org.topcased.web.server.ExternalServiceHandler
public class ExternalServiceHandler
- extends java.lang.Object
Handler for external services. This is the interface between soapServer and topcased application.
Method Summary |
java.lang.String |
callExternalService()
Retrieve parameters from externalService and Use the external service bus to call the external service. |
ExternalServiceType |
getServiceType()
|
void |
setExternalServiceDescription(java.lang.String Xmldefinition_)
instantiate an external Service from it xml String representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalServiceHandler
public ExternalServiceHandler()
setExternalServiceDescription
public void setExternalServiceDescription(java.lang.String Xmldefinition_)
- instantiate an external Service from it xml String representation.
- Parameters:
Xmldefinition_
- - the xml string representing the external service.
callExternalService
public java.lang.String callExternalService()
throws ExternalServiceException
- Retrieve parameters from externalService and Use the external service bus to call the external service.
- Returns:
- response of the internal service call.
- Throws:
ExternalServiceException
getServiceType
public ExternalServiceType getServiceType()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.