Package | Description |
---|---|
example | |
org.milyn |
Smooks Content Transformation/Analysis - *** STARTING POINT ***.
|
org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
org.milyn.container.plugin | |
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.nested | |
org.milyn.javabean.binding | |
org.milyn.javabean.binding.xml | |
org.milyn.javabean.dynamic | |
org.milyn.smooks.camel.processor |
Modifier and Type | Method and Description |
---|---|
static void |
ExampleUtil.performFiltering(String input,
Smooks smooks) |
Constructor and Description |
---|
Pojo(Smooks smooks) |
Modifier and Type | Method and Description |
---|---|
Smooks |
SmooksOSGIFactory.createInstance()
Creates a new Smooks instance using the
Bundle passed in. |
Smooks |
SmooksFactory.createInstance()
Creates a Smooks instance that is unconfigured
|
Smooks |
SmooksOSGIFactory.createInstance(InputStream config)
Creates a new Smooks instance using the
Bundle passed in and adds the passed-in
configuration. |
Smooks |
SmooksFactory.createInstance(InputStream config)
Creates a Smooks instance that is unconfigured
|
Smooks |
SmooksOSGIFactory.createInstance(String config) |
Smooks |
SmooksFactory.createInstance(String config)
Creates a Smooks instance that is unconfigured
|
Smooks |
Smooks.setExports(Exports exports)
Set the Exports for this Smooks instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FilterSettings.applySettings(Smooks smooks) |
static String |
SmooksUtil.filterAndSerialize(ExecutionContext executionContext,
InputStream stream,
Smooks smooks)
Utility method to filter the content in the specified
InputStream for the specified ExecutionContext . |
static void |
SmooksUtil.registerProfileSet(ProfileSet profileSet,
Smooks smooks)
Manually register a set of profiles with the profile store associated with the supplied
Smooks instance. |
static void |
SmooksUtil.registerResource(SmooksResourceConfiguration resourceConfig,
Smooks smooks)
Register a
SmooksResourceConfiguration on the supplied Smooks instance. |
Modifier and Type | Method and Description |
---|---|
static void |
ParameterAccessor.removeParameter(String name,
Smooks smooks) |
static void |
ParameterAccessor.setParameter(String name,
String value,
Smooks smooks) |
Modifier and Type | Method and Description |
---|---|
static SmooksResourceConfigurationList |
XMLConfigDigester.digestConfig(InputStream stream,
String baseURI,
Map<String,Smooks> extendedConfigDigesters)
Digest the XML Smooks configuration stream.
|
static SmooksResourceConfigurationList |
XMLConfigDigester.digestConfig(InputStream stream,
String baseURI,
Map<String,Smooks> extendedConfigDigesters,
ClassLoader classLoader)
Digest the XML Smooks configuration stream.
|
Constructor and Description |
---|
PayloadProcessor(Smooks smooks,
ResultType resultType)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
Filter.setFilterType(Smooks smooks,
Filter.StreamFilterType filterType)
Deprecated.
|
static void |
Filter.setFilterType(Smooks smooks,
StreamFilterType filterType)
Set the default stream filter type on the supplied Smooks instance.
|
Modifier and Type | Method and Description |
---|---|
void |
NestedExecutionVisitor.setSmooksInstance(Smooks smooksInstance) |
Modifier and Type | Method and Description |
---|---|
Smooks |
AbstractBinding.getSmooks()
Get the underlying
Smooks instance. |
Constructor and Description |
---|
AbstractBinding(Smooks smooks)
Constructor.
|
Constructor and Description |
---|
XMLBinding(Smooks smooks)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
Smooks |
Descriptor.getSmooks() |
Constructor and Description |
---|
SmooksProcessor(Smooks smooks,
org.apache.camel.CamelContext camelContext) |
Copyright © 2020. All rights reserved.