private void setupGeMarshaller(AbstractMarshaller marshaller)
{
marshaller.mapClassToGlobalElement(ArrayOfAny.class, "e", "http://org.jboss.ws/jbws434/types", null, null);
marshaller.mapFieldToWildcard(ArrayOfAny.class, "_any",
new ObjectLocalMarshaller()
{
public void marshal(MarshallingContext ctx, Object o)
{
ContentHandler ch = ctx.getContentHandler();
GenericElement ge = (GenericElement)o;