com.servingxml.components.wrap
Class WrappedContentAssembler

java.lang.Object
  extended by com.servingxml.components.wrap.WrappedContentAssembler

public class WrappedContentAssembler
extends java.lang.Object

Factory for creating a pipeline component.

See Also:
Content

Constructor Summary
WrappedContentAssembler()
           
 
Method Summary
 ContentTask assemble(ConfigurationContext context)
           
 void injectComponent(CatchError catchError)
           
 void injectComponent(Content content)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(SaxSinkFactory saxSinkFactory)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedContentAssembler

public WrappedContentAssembler()
Method Detail

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(Content content)

injectComponent

public void injectComponent(SaxSinkFactory saxSinkFactory)

injectComponent

public void injectComponent(CatchError catchError)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

assemble

public ContentTask assemble(ConfigurationContext context)