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