Package | Description |
---|---|
org.milyn.delivery.dom.serialize |
Serialisation Unit Definitions.
|
org.milyn.delivery.sax |
SAX based Content Delivery.
|
org.milyn.delivery.sax.terminate | |
org.milyn.routing.basic | |
org.milyn.routing.jms | |
org.milyn.validation | |
org.milyn.visitors.ctrl | |
org.milyn.visitors.remove | |
org.milyn.visitors.set |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSerializationUnit.setCloseEmptyElements(boolean closeEmptyElements) |
void |
DefaultSerializationUnit.setRewriteEntities(boolean rewriteEntities) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSAXElementSerializer.setRewriteEntities(boolean rewriteEntities) |
Modifier and Type | Method and Description |
---|---|
TerminateVisitor |
TerminateVisitor.setTerminateBefore(boolean terminateBefore) |
Modifier and Type | Method and Description |
---|---|
FragmentSerializer |
FragmentSerializer.setBindTo(String bindTo)
Set the bind-to beanId for the serialized fragment.
|
FragmentSerializer |
FragmentSerializer.setChildContentOnly(boolean childContentOnly)
Set whether or not the child content only should be serialized.
|
FragmentSerializer |
FragmentSerializer.setOmitXMLDeclaration(boolean omitXMLDeclaration)
Omit the XML Declaration from the serialized fragments.
|
FragmentSerializer |
FragmentSerializer.setRetain(boolean retain)
Retain the fragment bean in the
BeanContext after it's creating fragment
has been processed. |
Modifier and Type | Method and Description |
---|---|
void |
JMSRouter.setAcknowledgeMode(String jmsAcknowledgeMode) |
void |
JMSRouter.setConnectionFactoryName(String connectionFactoryName) |
void |
JMSRouter.setDeliveryMode(String deliveryMode) |
void |
JMSRouter.setDestinationName(String destinationName) |
void |
JMSRouter.setJndiContextFactory(String contextFactory) |
void |
JMSRouter.setJndiNamingFactoryUrl(String pkgUrl) |
void |
JMSRouter.setJndiProperties(String propertiesFile) |
void |
JMSRouter.setJndiProviderUrl(String providerUrl) |
void |
JMSRouter.setMessageType(String messageType) |
void |
JMSRouter.setPriority(int priority) |
void |
JMSRouter.setSecurityCredential(String securityCredential) |
void |
JMSRouter.setSecurityPrincipal(String securityPrincipal) |
void |
JMSRouter.setTimeToLive(long timeToLive) |
void |
JMSRouter.setTransacted(boolean transacted) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.setCompositRuleName(String compositRuleName) |
void |
Validator.setOnFail(OnFail onFail) |
Modifier and Type | Method and Description |
---|---|
Pause |
Pause.setPeriod(long period) |
Modifier and Type | Method and Description |
---|---|
RemoveElement |
RemoveElement.setKeepChildren(boolean keepChildren) |
RemoveAttribute |
RemoveAttribute.setName(String attributeName) |
RemoveAttribute |
RemoveAttribute.setNamespace(String attributeNamespace) |
Modifier and Type | Method and Description |
---|---|
SetElementData |
SetElementData.setElementName(String elementQName) |
SetElementData |
SetElementData.setElementNamespace(String namespace) |
Copyright © 2020. All rights reserved.