Uses of Class
com.sun.xml.ws.api.server.Invoker
-
Packages that use Invoker Package Description com.sun.xml.ws.api.config.management com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.server.provider com.sun.xml.ws.server.sei -
-
Uses of Invoker in com.sun.xml.ws.api.config.management
Methods in com.sun.xml.ws.api.config.management that return Invoker Modifier and Type Method Description InvokerEndpointCreationAttributes. getInvoker()Return the original Invoker instance.Constructors in com.sun.xml.ws.api.config.management with parameters of type Invoker Constructor Description EndpointCreationAttributes(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 Invoker Modifier and Type Method Description InvokerInstanceResolver. createInvoker()Wraps thisInstanceResolverinto anInvoker.Methods in com.sun.xml.ws.api.server with parameters of type Invoker Modifier and Type Method Description static <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)The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version 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)Deprecated.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 Invoker Modifier and Type Method Description InvokerInvokerTube. getInvoker(Packet request)Returns theInvokerobject that serves the request.Methods in com.sun.xml.ws.server with parameters of type Invoker Modifier and Type Method Description <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 Constructor Description InvokerTube(Invoker invoker) -
Uses of Invoker in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider with parameters of type Invoker Modifier and Type Method Description static <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 Invoker Constructor Description AsyncProviderInvokerTube(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 Invoker Constructor Description SEIInvokerTube(AbstractSEIModelImpl model, Invoker invoker, WSBinding binding)
-