public class ValidateTargetUnmarshaller extends AbstractWSTrustObjectUnmarshaller {
/** {@inheritDoc} */
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)
throws UnmarshallingException {
ValidateTarget vt = (ValidateTarget) parentXMLObject;
vt.setUnknownXMLObject(childXMLObject);
}