We need to ensure that all implementations of these methods are the same so the use of cut & paste here is recommended!
All the javadoc for these methods is defined in the interfaces.
198199200201202203204
public static class TestWMLOpenWave1_3Factory extends WMLOpenWave1_3Factory { public VolantisProtocol createProtocol( ProtocolSupportFactory supportFactory, ProtocolConfiguration configuration) { return new TestWMLOpenWave1_3(supportFactory, configuration); }