|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.xml.transform.TransformerObjectSupport org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint net.sourceforge.fluxion.spring.endpoint.AbstractFluxionEndpoint
public abstract class AbstractFluxionEndpoint
Abstract extension of AbstractJDomPayloadEndpoint which exposes a FluxionService property to its subclasses
Field Summary |
---|
Fields inherited from class org.springframework.xml.transform.TransformerObjectSupport |
---|
logger |
Constructor Summary | |
---|---|
AbstractFluxionEndpoint()
|
Method Summary | |
---|---|
protected FluxionService |
getFluxionService()
Return the previously injected fluxion service |
void |
setFluxionService(FluxionService fluxionService)
Inject a FluxionService to be used by the endpoint after it's dealt with the XML marshalling operations |
Methods inherited from class org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint |
---|
getDocumentElement, invoke, invokeInternal, setAlwaysTransform |
Methods inherited from class org.springframework.xml.transform.TransformerObjectSupport |
---|
createTransformer, getTransformerFactory, transform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractFluxionEndpoint()
Method Detail |
---|
public final void setFluxionService(FluxionService fluxionService)
protected final FluxionService getFluxionService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |