This commit is contained in:
@@ -35,7 +35,7 @@ import org.springframework.ws.transport.support.EnumerationIterator;
|
||||
* @author Arjen Poutsma
|
||||
* @see #getMessage()
|
||||
*/
|
||||
public class JmsTransportInputStream extends TransportInputStream {
|
||||
class JmsTransportInputStream extends TransportInputStream {
|
||||
|
||||
private final BytesMessage message;
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.ws.transport.TransportOutputStream;
|
||||
* @author Arjen Poutsma
|
||||
* @see #getMessage()
|
||||
*/
|
||||
public class JmsTransportOutputStream extends TransportOutputStream {
|
||||
class JmsTransportOutputStream extends TransportOutputStream {
|
||||
|
||||
private BytesMessage message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user