51525354555657
*/ public class SOAPRemotingConnection extends RemotingConnectionImpl { protected UnMarshaller getUnmarshaller() { return new SOAPMessageUnMarshaller(); }
57585960616263
{ private boolean waitForResponse; public UnMarshaller getUnmarshaller() { return new SOAPMessageUnMarshaller(); }
59606162636465
61626364656667
public UnMarshaller getUnmarshaller(boolean oneway) { if(oneway) return new OneWayUnMarshallerHTTP(); else return new SOAPMessageUnMarshaller(); }
15161718192021
/* */ /* */ public class SOAPRemotingConnection extends RemotingConnectionImpl /* */ { /* */ protected UnMarshaller getUnmarshaller() /* */ { /* 56 */ return new SOAPMessageUnMarshaller(); /* */ }