it.sistematica.isharedoc.ws.endpoint.instance
Class InstanceSearchEndpoint

java.lang.Object
  extended by org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
      extended by it.sistematica.isharedoc.ws.endpoint.instance.InstanceSearchEndpoint
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.ws.server.endpoint.MessageEndpoint

public class InstanceSearchEndpoint
extends org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint


Constructor Summary
InstanceSearchEndpoint()
           
 
Method Summary
protected  java.lang.Object invokeInternal(java.lang.Object requestObject)
           
 void setInstanceWebService(InstanceWebService instanceWebService)
           
 
Methods inherited from class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
afterMarshallerSet, afterPropertiesSet, getMarshaller, getUnmarshaller, invoke, onMarshalResponse, onUnmarshalRequest, setMarshaller, setUnmarshaller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceSearchEndpoint

public InstanceSearchEndpoint()
Method Detail

setInstanceWebService

public void setInstanceWebService(InstanceWebService instanceWebService)

invokeInternal

@Transactional
protected java.lang.Object invokeInternal(java.lang.Object requestObject)
                                   throws java.lang.Exception
Specified by:
invokeInternal in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Throws:
java.lang.Exception