it.sistematica.isharedoc.ws.endpoint.cloud
Class ReplicaStatusUpdateEndpoint

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

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


Field Summary
protected  CloudWebService cloudWebService
           
 
Constructor Summary
ReplicaStatusUpdateEndpoint()
           
 
Method Summary
protected  java.lang.Object invokeInternal(java.lang.Object requestObject)
           
 void setCloudWebService(CloudWebService cloudWebService)
           
 
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
 

Field Detail

cloudWebService

protected CloudWebService cloudWebService
Constructor Detail

ReplicaStatusUpdateEndpoint

public ReplicaStatusUpdateEndpoint()
Method Detail

setCloudWebService

public void setCloudWebService(CloudWebService cloudWebService)

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