public class OnBehalfOfUnmarshaller extends AbstractWSTrustObjectUnmarshaller {
/** {@inheritDoc} */
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)
throws UnmarshallingException {
OnBehalfOf obo = (OnBehalfOf) parentXMLObject;
obo.getUnknownXMLObjects().add(childXMLObject);
}