[java-opensaml COMMIT] /trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlM...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Apr 16 16:04:37 EDT 2013
Author: scantor
Date: Tue Apr 16 16:04:36 2013
New Revision: 3300
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3300&view=rev
Log:
Example of a precondition.
Modified:
trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java
Modified: trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java?rev=3300&r1=3299&r2=3300&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java (original)
+++ trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java Tue Apr 16 16:04:36 2013
@@ -44,7 +44,7 @@
* @event {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID}
* @event {@link org.opensaml.profile.action.EventIds#INVALID_MSG_CTX} "No inbound message context or message"
* @event {@link #SCHEMA_INVALID} "Inbound message was schema invalid"
- * @pre None
+ * @pre ProfileRequestContext.getInboundMessageContext().getMessage().getDOM()
* @post None.
*/
public class SchemaValidateXmlMessage extends AbstractProfileAction<XMLObject, Object> {
More information about the commits
mailing list