Uses of Class
com.sun.xml.ws.api.server.Invoker
-
Packages that use Invoker Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
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> com.sun.xml.ws.server.provider.ProviderInvokerTube<T>ProviderInvokerTubeFactory. create(ClassLoader classLoader, Container container, Class<T> implType, Invoker invoker, com.sun.xml.ws.server.provider.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 com.sun.xml.ws.server.provider.ProviderInvokerTube<T>ProviderInvokerTubeFactory. createDefault(Class<T> implType, Invoker invoker, com.sun.xml.ws.server.provider.ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync)protected abstract com.sun.xml.ws.server.provider.ProviderInvokerTube<T>ProviderInvokerTubeFactory. doCreate(Class<T> implType, Invoker invoker, com.sun.xml.ws.server.provider.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)
-