69707172737475
public boolean supportsOneWayInvocation() { return true; } public Invoker createInvoker(Operation operation) { return new JAXWSBindingInvoker(operation, null, messageFactory, wsBinding, endpointReference); }
67686970717273
public boolean supportsOneWayInvocation() { return true; } public Invoker createInvoker(Operation operation) { return new JAXWSBindingInvoker(operation, null, messageFactory, wsBinding); }