@Deprecated public abstract class AbstractJmsFileTransferSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.jms.core.JmsTemplate |
jmsTemplate
Deprecated.
|
| Constructor and Description |
|---|
AbstractJmsFileTransferSupport()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Destination |
factoryDestination(Session session,
String destinationName)
Deprecated.
|
protected String |
generateId()
Deprecated.
|
String |
getHashAlgorithm()
Deprecated.
|
org.springframework.jms.core.JmsTemplate |
getJmsTemplate()
Deprecated.
|
int |
getPieceSize()
Deprecated.
|
Destination |
getStreamRequestDestination()
Deprecated.
|
InputStream |
receiveStream(Request req)
Deprecated.
|
void |
sendStream(Request req,
Destination replyTo)
Deprecated.
|
protected Message |
sendWithResponse(org.springframework.jms.core.MessageCreator mc,
Destination replyTo)
Deprecated.
|
void |
setHashAlgorithm(String hashAlgorithm)
Deprecated.
|
void |
setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
Deprecated.
|
void |
setPieceSize(int pieceSize)
Deprecated.
|
void |
setStreamOpener(org.calrissian.mango.uri.support.UriStreamOpener streamOpener)
Deprecated.
|
void |
setStreamRequestDestination(Destination streamRequestDestination)
Deprecated.
|
public AbstractJmsFileTransferSupport()
public void setStreamOpener(org.calrissian.mango.uri.support.UriStreamOpener streamOpener)
protected String generateId()
public org.springframework.jms.core.JmsTemplate getJmsTemplate()
public void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
public int getPieceSize()
public void setPieceSize(int pieceSize)
public Destination getStreamRequestDestination()
public void setStreamRequestDestination(Destination streamRequestDestination)
public InputStream receiveStream(Request req) throws JmsFileTransferException
JmsFileTransferExceptionpublic void sendStream(Request req, Destination replyTo) throws IOException
IOExceptionprotected Message sendWithResponse(org.springframework.jms.core.MessageCreator mc, Destination replyTo)
protected Destination factoryDestination(Session session, String destinationName) throws JMSException
JMSExceptionpublic String getHashAlgorithm()
public void setHashAlgorithm(String hashAlgorithm)
Copyright © 2015 Calrissian. All rights reserved.