}
/** {@inheritDoc} */
public void invoke(OutContext context, IXMLWriter xmlWriter) throws IOException, WsException {
MarshallingPayloadWriter marshaller = new MarshallingPayloadWriter(m_payload.getClass());
marshaller.invoke(xmlWriter, m_payload);
}
}