return null;
}
@Override
public OperationSelectorProvider createServiceOperationSelectorProvider(final RuntimeEndpoint endpoint) {
return new OperationSelectorProvider(){
@Override
public Interceptor createInterceptor() {
return new HTTPDefaultServiceOperationSelectorInterceptor(endpoint);
}