JAX-RPC supports round-trip development in both directions: it can generate Java stubs (server and client) from WSDL (top-down approach) and generate WSDL from Java interfaces (bottom-up approach). This bidirectional capability is captured in option C. Both A and B individually are incomplete.