com.sun.xml.internal.ws.client.dispatch.MessageDispatch Java Examples
The following examples show how to use
com.sun.xml.internal.ws.client.dispatch.MessageDispatch.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: Stubs.java From TencentKona-8 with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #2
Source File: Stubs.java From jdk8u60 with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #3
Source File: Stubs.java From openjdk-jdk8u with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #4
Source File: Stubs.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #5
Source File: Stubs.java From openjdk-jdk9 with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #6
Source File: Stubs.java From hottub with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #7
Source File: Stubs.java From openjdk-8-source with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #8
Source File: Stubs.java From openjdk-8 with GNU General Public License v2.0 | 3 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portName * see {@link Service#createDispatch(QName, Class, Service.Mode)}. * @param owner * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param next * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ @Deprecated public static Dispatch<Message> createMessageDispatch( QName portName, WSService owner, WSBinding binding, Tube next, @Nullable WSEndpointReference epr) { return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example #9
Source File: Stubs.java From TencentKona-8 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }
Example #10
Source File: Stubs.java From jdk8u60 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }
Example #11
Source File: Stubs.java From openjdk-jdk8u with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }
Example #12
Source File: Stubs.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }
Example #13
Source File: Stubs.java From openjdk-jdk9 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }
Example #14
Source File: Stubs.java From hottub with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }
Example #15
Source File: Stubs.java From openjdk-8-source with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }
Example #16
Source File: Stubs.java From openjdk-8 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Message}-based {@link Dispatch} stub that connects to the given pipe. * The returned dispatch is always {@link Mode#MESSAGE}. * * @param portInfo * see <a href="#param">common parameters</a> * @param binding * see <a href="#param">common parameters</a> * @param epr * see <a href="#param">common parameters</a> */ public static Dispatch<Message> createMessageDispatch( WSPortInfo portInfo, WSBinding binding, @Nullable WSEndpointReference epr) { return new MessageDispatch(portInfo, (BindingImpl)binding, epr); }