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