SWS-212
This commit is contained in:
@@ -42,7 +42,7 @@ import org.springframework.xml.transform.StaxSource;
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
* @see #invokeInternal(javax.xml.stream.XMLEventReader,javax.xml.stream.util.XMLEventConsumer,
|
||||
*javax.xml.stream.XMLEventFactory)
|
||||
* javax.xml.stream.XMLEventFactory)
|
||||
* @see XMLEventReader
|
||||
* @see XMLEventWriter
|
||||
* @since 1.0.0
|
||||
@@ -92,6 +92,9 @@ public abstract class AbstractStaxEventPayloadEndpoint extends AbstractStaxPaylo
|
||||
catch (XMLStreamException ex) {
|
||||
// ignore
|
||||
}
|
||||
catch (UnsupportedOperationException ex) {
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
}
|
||||
if (eventReader == null) {
|
||||
|
||||
@@ -68,6 +68,9 @@ public abstract class AbstractStaxStreamPayloadEndpoint extends AbstractStaxPayl
|
||||
catch (XMLStreamException ex) {
|
||||
// ignore
|
||||
}
|
||||
catch (UnsupportedOperationException ex) {
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user