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