xsul.soaprpc_server
Class SoapRpcReflectionBasedService
java.lang.Object
xsul.soaprpc_server.SoapRpcReflectionBasedService
- All Implemented Interfaces:
- MessageProcessor
- public class SoapRpcReflectionBasedService
- extends java.lang.Object
- implements MessageProcessor
- Version:
- $Revision: 1.8 $
- Author:
- Aleksander Slominski
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapRpcReflectionBasedService
public SoapRpcReflectionBasedService(java.lang.Object target,
TypeHandlerRegistry thr)
SoapRpcReflectionBasedService
public SoapRpcReflectionBasedService(java.lang.Object target,
java.lang.Class targetInterface,
TypeHandlerRegistry thr)
setSupportedSoapFragrances
public void setSupportedSoapFragrances(SoapUtil[] soapFragrances)
- Set the list of supported SOAP fragrances.
getSupportedSoapFragrances
public SoapUtil[] getSupportedSoapFragrances()
getTarget
public java.lang.Object getTarget()
processMessage
public XmlElement processMessage(XmlElement message)
throws DynamicInfosetProcessorException
- Specified by:
processMessage in interface MessageProcessor
- Throws:
DynamicInfosetProcessorException
IU Extreme! Lab (http://www.extreme.indiana.edu)