public class TransformationAssertion extends Object implements org.apache.neethi.Assertion
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformationAssertion.AppliesToType |
static class |
TransformationAssertion.MessageType |
| Constructor and Description |
|---|
TransformationAssertion(Element element) |
TransformationAssertion(String path,
TransformationAssertion.AppliesToType appliesTo,
TransformationAssertion.MessageType messageType,
TransformationType transformationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equal(org.apache.neethi.PolicyComponent policyComponent) |
TransformationAssertion.AppliesToType |
getAppliesTo() |
TransformationAssertion.MessageType |
getMessageType() |
QName |
getName() |
String |
getPath() |
TransformationType |
getTransformationType() |
short |
getType() |
boolean |
isIgnorable() |
boolean |
isOptional() |
org.apache.neethi.PolicyComponent |
normalize() |
void |
serialize(XMLStreamWriter writer) |
public TransformationAssertion(Element element)
public TransformationAssertion(String path, TransformationAssertion.AppliesToType appliesTo, TransformationAssertion.MessageType messageType, TransformationType transformationType)
public short getType()
getType in interface org.apache.neethi.PolicyComponentpublic boolean equal(org.apache.neethi.PolicyComponent policyComponent)
equal in interface org.apache.neethi.PolicyComponentpublic QName getName()
getName in interface org.apache.neethi.Assertionpublic boolean isOptional()
isOptional in interface org.apache.neethi.Assertionpublic boolean isIgnorable()
isIgnorable in interface org.apache.neethi.Assertionpublic void serialize(XMLStreamWriter writer) throws XMLStreamException
serialize in interface org.apache.neethi.Assertionserialize in interface org.apache.neethi.PolicyComponentXMLStreamExceptionpublic org.apache.neethi.PolicyComponent normalize()
normalize in interface org.apache.neethi.Assertionpublic TransformationType getTransformationType()
public String getPath()
public TransformationAssertion.AppliesToType getAppliesTo()
public TransformationAssertion.MessageType getMessageType()
Copyright © 2011–2016 Talend Inc.. All rights reserved.