Interface CompositeTypeRule

All Superinterfaces:
Rule<Composite>, Serializable

public interface CompositeTypeRule extends Rule<Composite>
A validation rule that applies to a fully populated composite type. Composite rules may be called (depending on runtime configuration) just after an inbound message is parsed, or just before an outbound message is encoded.
Author:
Christian Ohr