33343536373839
*/ public class HTTPRemotingConnection extends RemotingConnectionImpl { protected UnMarshaller getUnmarshaller() { return new HTTPMessageUnMarshaller(); }
31323334353637
*/ public class HTTPProtocolConnection extends HTTPRemotingConnection { public UnMarshaller getUnmarshaller() { return new HTTPMessageUnMarshaller(); }
32333435363738
public class HTTPProtocolConnection extends HTTPRemotingConnection { @Override public UnMarshaller getUnmarshaller(boolean oneway) { return new HTTPMessageUnMarshaller(); }
78910111213
/* */ /* */ public class HTTPRemotingConnection extends RemotingConnectionImpl /* */ { /* */ protected UnMarshaller getUnmarshaller() /* */ { /* 38 */ return new HTTPMessageUnMarshaller(); /* */ }