|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.xml.transform.TransformerObjectSupport
org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
@Deprecated public abstract class AbstractStaxPayloadEndpoint
Abstract base class for endpoints use StAX. Provides an XMLInputFactory and an
XMLOutputFactory.
XMLInputFactory,
XMLOutputFactory| Field Summary |
|---|
| Fields inherited from class org.springframework.xml.transform.TransformerObjectSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
AbstractStaxPayloadEndpoint()
Deprecated. |
|
| Method Summary | |
|---|---|
protected XMLInputFactory |
createXmlInputFactory()
Deprecated. Create a XMLInputFactory that this endpoint will use to create XMLStreamReaders or
XMLEventReader. |
protected XMLOutputFactory |
createXmlOutputFactory()
Deprecated. Create a XMLOutputFactory that this endpoint will use to create XMLStreamWriterss or
XMLEventWriters. |
protected XMLInputFactory |
getInputFactory()
Deprecated. Returns an XMLInputFactory to read XML from. |
protected XMLOutputFactory |
getOutputFactory()
Deprecated. Returns an XMLOutputFactory to write XML to. |
| Methods inherited from class org.springframework.xml.transform.TransformerObjectSupport |
|---|
createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStaxPayloadEndpoint()
| Method Detail |
|---|
protected final XMLInputFactory getInputFactory()
XMLInputFactory to read XML from.
protected final XMLOutputFactory getOutputFactory()
XMLOutputFactory to write XML to.
protected XMLInputFactory createXmlInputFactory()
XMLInputFactory that this endpoint will use to create XMLStreamReaders or
XMLEventReader. Can be overridden in subclasses, adding further initialization of the factory. The
resulting XMLInputFactory is cached, so this method will only be called once.
XMLInputFactoryprotected XMLOutputFactory createXmlOutputFactory()
XMLOutputFactory that this endpoint will use to create XMLStreamWriterss or
XMLEventWriters. Can be overridden in subclasses, adding further initialization of the factory. The
resulting XMLOutputFactory is cached, so this method will only be called once.
XMLOutputFactory
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||