Details
Description
The link() and links() methods (and others) are unimplemented in ResponseBuilderImpl.
Rather than raise a NotImplementedException or similar, the current code seems to be autogenerated by Eclipse and returns null rather than a Builder.
I've suggested a patch at https://github.com/apache/cxf/pull/5 from https://github.com/stain/cxf/tree/jaxrs-responsebuilder-nulls which implements each of the missing methods. Unit tests are included.