public abstract class AbstractMarshallerTests extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EXPECTED_STRING |
protected Object |
flights |
protected Marshaller |
marshaller |
| Constructor and Description |
|---|
AbstractMarshallerTests() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
createFlights() |
protected abstract Marshaller |
createMarshaller() |
void |
marshalDOMResult() |
void |
marshalEmptyDOMResult() |
void |
marshalJaxp14StaxResultEventWriter() |
void |
marshalJaxp14StaxResultStreamWriter() |
void |
marshalStaxResultEventWriter() |
void |
marshalStaxResultStreamWriter() |
void |
marshalStreamResultOutputStream() |
void |
marshalStreamResultWriter() |
void |
setUp() |
protected Marshaller marshaller
protected static final String EXPECTED_STRING
public AbstractMarshallerTests()
protected abstract Marshaller createMarshaller() throws Exception
Exceptionprotected abstract Object createFlights()
public void marshalDOMResult() throws Exception
Exceptionpublic void marshalEmptyDOMResult() throws Exception
Exceptionpublic void marshalStreamResultWriter() throws Exception
Exceptionpublic void marshalStreamResultOutputStream() throws Exception
Exceptionpublic void marshalStaxResultStreamWriter() throws Exception
Exceptionpublic void marshalStaxResultEventWriter() throws Exception
Exceptionpublic void marshalJaxp14StaxResultStreamWriter() throws Exception
Exceptionpublic void marshalJaxp14StaxResultEventWriter() throws Exception
Exception