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