Java Code Examples for com.sun.xml.internal.ws.client.dispatch.DispatchImpl#checkValidSOAPMessageDispatch()
The following examples show how to use
com.sun.xml.internal.ws.client.dispatch.DispatchImpl#checkValidSOAPMessageDispatch() .
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 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example 2
Source File: Stubs.java From TencentKona-8 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }
Example 3
Source File: Stubs.java From jdk8u60 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example 4
Source File: Stubs.java From jdk8u60 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }
Example 5
Source File: Stubs.java From openjdk-jdk8u with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example 6
Source File: Stubs.java From openjdk-jdk8u with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }
Example 7
Source File: Stubs.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example 8
Source File: Stubs.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }
Example 9
Source File: Stubs.java From openjdk-jdk9 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example 10
Source File: Stubs.java From openjdk-jdk9 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }
Example 11
Source File: Stubs.java From hottub with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example 12
Source File: Stubs.java From hottub with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }
Example 13
Source File: Stubs.java From openjdk-8-source with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr); }
Example 14
Source File: Stubs.java From openjdk-8-source with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }
Example 15
Source File: Stubs.java From openjdk-8 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new {@link Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ @Deprecated public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portName, mode, (WSServiceDelegate)owner, next, (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 Dispatch} stub for {@link SOAPMessage}. * * This is short-cut of calling * <pre> * createDispatch(port,owner,binding,SOAPMessage.class,mode,next); * </pre> */ public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) { DispatchImpl.checkValidSOAPMessageDispatch(binding, mode); return new com.sun.xml.internal.ws.client.dispatch.SOAPMessageDispatch(portInfo, mode, (BindingImpl)binding, epr); }