Searched refs:Dispatch (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/concurrent/
H A DDispatch.java34 * Access is controlled through the Dispatch.getInstance() method, because
41 public final class Dispatch { class
52 final static Dispatch instance = new Dispatch();
55 * Factory method returns an instnace of Dispatch if supported by the
59 * @return a factory instance of Dispatch, or null if not available
61 public static Dispatch getInstance() {
73 private Dispatch() { } method in class:Dispatch
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java51 import javax.xml.ws.Dispatch;
98 * If you want the created {@link Dispatch} to talk to the given EPR, specify the parameter.
109 * Creates a new {@link Dispatch} stub for {@link SOAPMessage}.
117 public static Dispatch<SOAPMessage> createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) {
123 * Creates a new {@link Dispatch} stub for {@link SOAPMessage}.
130 public static Dispatch<SOAPMessage> createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) {
136 * Creates a new {@link Dispatch} stub for {@link DataSource}.
144 public static Dispatch<DataSource> createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) {
150 * Creates a new {@link Dispatch} stub for {@link DataSource}.
157 public static Dispatch<DataSourc
[all...]
H A DPipe.java34 import javax.xml.ws.Dispatch;
73 * There would be a {@link Dispatch} implementation that invokes a {@link Pipe}.
H A DPipelineAssembler.java37 import javax.xml.ws.Dispatch;
72 * When a JAX-WS client creates a proxy or a {@link Dispatch} from
H A DTube.java36 import javax.xml.ws.Dispatch;
88 * There would be a {@link Dispatch} implementation that invokes a {@link Tube}.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/
H A DCloseable.java29 import javax.xml.ws.Dispatch;
46 * or {@link Dispatch}. In particular, this signals
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DDispatch.java30 /** The <code>Dispatch</code> interface provides support
33 * class acts as a factory for the creation of <code>Dispatch</code>
38 public interface Dispatch<T> extends BindingProvider { interface in inherits:BindingProvider
53 * the <code>Dispatch</code> instance
71 * the <code>Dispatch</code> instance
94 * the <code>Dispatch</code> instance
112 * the <code>Dispatch</code> instance or if an error occurs during the
H A DService.java40 * <li>Instances of {@link javax.xml.ws.Dispatch} for
310 * <code>Dispatch</code>instances.
328 * Creates a <code>Dispatch</code> instance for use with objects of
344 * @return Dispatch instance.
346 * the <code>Dispatch</code> object.
351 public <T> Dispatch<T> createDispatch(QName portName, Class<T> type, Mode mode) {
357 * Creates a <code>Dispatch</code> instance for use with objects of
374 * @return Dispatch instance.
376 * the <code>Dispatch</code> object or if a
386 public <T> Dispatch<
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DServiceDelegate.java30 import javax.xml.ws.Dispatch;
268 * <code>Dispatch</code>instances.
286 * Creates a <code>Dispatch</code> instance for use with objects of
300 * @return Dispatch instance
302 * the <code>Dispatch</code> object
306 public abstract <T> Dispatch<T> createDispatch(QName portName, Class<T> type,
310 * Creates a <code>Dispatch</code> instance for use with objects of
327 * @return Dispatch instance
329 * the <code>Dispatch</code> object or if a
339 public abstract <T> Dispatch<
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLFeaturedObject.java33 import javax.xml.ws.Dispatch;
41 * which will then be incorporated when {@link Dispatch}s and
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DAddressingFeature.java30 import javax.xml.ws.Dispatch;
39 * {@link Dispatch} instances on the client side and {@link Endpoint}
H A DMTOMFeature.java30 import javax.xml.ws.Dispatch;
39 * {@link Dispatch} instances on the client side and {@link Endpoint}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSService.java37 import javax.xml.ws.Dispatch;
82 public abstract <T> Dispatch<T> createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features);
88 public abstract Dispatch<Object> createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DSEIModel.java36 import javax.xml.ws.Dispatch;
55 * not available with {@link Dispatch} or {@link Provider}. Technologies that
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DWSBindingProvider.java36 import javax.xml.ws.Dispatch;
92 * (that is, if this is a {@link Dispatch} with JAXB, then
100 * If this {@lini WSBindingProvider} is a {@link Dispatch}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/client/
H A DServiceInterceptor.java37 import javax.xml.ws.Dispatch;
62 * Null if the created binding is for {@link Dispatch}. Otheriwse
94 * A callback to notify that a {@link Dispatch} object is created. The callback
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DMessageDispatch.java38 import javax.xml.ws.Dispatch;
42 * {@link Dispatch} implementation for {@link Message}.
H A DRESTSourceDispatch.java43 import javax.xml.ws.Dispatch;
48 * {@link Dispatch} implementation for {@link Source} and XML/HTTP binding.
H A DDispatchImpl.java55 import javax.xml.ws.Dispatch;
88 public abstract class DispatchImpl<T> extends Stub implements Dispatch<T> {
98 * @param mode Service.mode associated with this Dispatch instance - Service.mode.MESSAGE or Service.mode.PAYLOAD
99 * @param owner Service that created the Dispatch
101 * @param binding Binding of this Dispatch instance, current one of SOAP/HTTP or XML/HTTP
114 * @param mode Service.mode associated with this Dispatch instance - Service.mode.MESSAGE or Service.mode.PAYLOAD
115 * @param binding Binding of this Dispatch instance, current one of SOAP/HTTP or XML/HTTP
125 * Abstract method that is implemented by each concrete Dispatch class
260 // Dispatch<SOAPMessage> is only valid for soap binding and in Service.Mode.MESSAGE
268 // Dispatch<DataSourc
[all...]
/openjdk7/jdk/make/com/apple/osx/
H A DMakefile39 $(TARGDIR)Dispatch.m \
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java90 * <li>Instances of <code>javax.xml.ws.Dispatch</code> for
368 public <T> Dispatch<T> createDispatch(QName portName, Class<T> aClass, Service.Mode mode) throws WebServiceException {
373 public <T> Dispatch<T> createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features) {
377 Dispatch<T> dispatch = Stubs.createDispatch(port, this, binding, aClass, mode, wsepr);
382 public <T> Dispatch<T> createDispatch(QName portName, Class<T> aClass, Service.Mode mode, WebServiceFeature... features) {
391 public <T> Dispatch<T> createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) {
423 public Dispatch<Object> createDispatch(QName portName, JAXBContext jaxbContext, Service.Mode mode) throws WebServiceException {
428 public Dispatch<Object> createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features) {
432 Dispatch<Object> dispatch = Stubs.createJAXBDispatch(
443 public Dispatch<Objec
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DMessage.java64 import javax.xml.ws.Dispatch;
265 * {@link Dispatch}, so this error needs to be handled gracefully.
309 * DOM through {@link Dispatch}, so this error needs to be handled
H A DPacket.java63 import javax.xml.ws.Dispatch;
563 * {@link Dispatch#invoke(Object)} or {@link Dispatch#invokeOneWay(Object)}
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java70 import javax.xml.ws.Dispatch;
652 * Creates a {@link Dispatch} that can be used to talk to this EPR.
660 public @NotNull <T> Dispatch<T> createDispatch(
671 * Creates a {@link Dispatch} that can be used to talk to this EPR.
679 public @NotNull Dispatch<Object> createDispatch(

Completed in 72 milliseconds