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