return HTTPXMLWireFormat.WIRE_FORMAT_HTTP_XML_QNAME;
}
public HTTPXMLWireFormat read(XMLStreamReader reader, ProcessorContext context) throws ContributionReadException, XMLStreamException {
HTTPXMLWireFormat wireFormat = new HTTPXMLWireFormat();
return wireFormat;
}