Uses of Class
com.sun.xml.ws.api.server.Invoker
Packages that use Invoker
Package
Description
APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of Invoker in com.sun.xml.ws.api.config.management
Methods in com.sun.xml.ws.api.config.management that return InvokerModifier and TypeMethodDescriptionEndpointCreationAttributes.getInvoker()Return the original Invoker instance.Constructors in com.sun.xml.ws.api.config.management with parameters of type InvokerModifierConstructorDescriptionEndpointCreationAttributes(boolean processHandlerAnnotation, Invoker invoker, EntityResolver resolver, boolean isTransportSynchronous) Instantiate this data access object. -
Uses of Invoker in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return InvokerModifier and TypeMethodDescriptionInstanceResolver.createInvoker()Wraps thisInstanceResolverinto anInvoker.Methods in com.sun.xml.ws.api.server with parameters of type InvokerModifier and TypeMethodDescriptionstatic <T> ProviderInvokerTube<T>ProviderInvokerTubeFactory.create(ClassLoader classLoader, Container container, Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) Takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) protected ProviderInvokerTube<T>ProviderInvokerTubeFactory.createDefault(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) protected abstract ProviderInvokerTube<T>ProviderInvokerTubeFactory.doCreate(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) -
Uses of Invoker in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return InvokerModifier and TypeMethodDescriptionfinal InvokerInvokerTube.getInvoker(Packet request) Returns theInvokerobject that serves the request.Methods in com.sun.xml.ws.server with parameters of type InvokerModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) <T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) protected <T> EndpointAwareTubeEndpointFactory.createProviderInvokerTube(Class<T> implType, WSBinding binding, Invoker invoker, Container container) protected EndpointAwareTubeEndpointFactory.createSEIInvokerTube(AbstractSEIModelImpl seiModel, Invoker invoker, WSBinding binding) Constructors in com.sun.xml.ws.server with parameters of type Invoker -
Uses of Invoker in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider with parameters of type InvokerModifier and TypeMethodDescriptionstatic <T> ProviderInvokerTube<T>ProviderInvokerTube.create(Class<T> implType, WSBinding binding, Invoker invoker, Container container) Constructors in com.sun.xml.ws.server.provider with parameters of type InvokerModifierConstructorDescriptionAsyncProviderInvokerTube(Invoker invoker, ProviderArgumentsBuilder<T> argsBuilder) SyncProviderInvokerTube(Invoker invoker, ProviderArgumentsBuilder<T> argsBuilder) -
Uses of Invoker in com.sun.xml.ws.server.sei
Constructors in com.sun.xml.ws.server.sei with parameters of type InvokerModifierConstructorDescriptionSEIInvokerTube(AbstractSEIModelImpl model, Invoker invoker, WSBinding binding)