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