return null;
}
@Override
public WireFormatProvider createServiceWireFormatProvider(final RuntimeEndpoint endpoint) {
return new WireFormatProvider() {
@Override
public InterfaceContract configureWireFormatInterfaceContract(InterfaceContract interfaceContract) {
// TODO: Ideally this wants to set the databinding on a per request basis from the
// http content type and accept headers and so support things like json or xml etc,
// for now to get started just use json