Uses of Class
com.sun.xml.ws.api.server.WSEndpoint
Packages that use WSEndpoint
Package
Description
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
Servlet transport for the JAX-WS RI.
-
Uses of WSEndpoint in com.sun.xml.ws.addressing
Constructors in com.sun.xml.ws.addressing with parameters of type WSEndpointModifierConstructorDescriptionW3CWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) WsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) -
Uses of WSEndpoint in com.sun.xml.ws.addressing.v200408
Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type WSEndpointModifierConstructorDescriptionMemberSubmissionWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) -
Uses of WSEndpoint in com.sun.xml.ws.api.config.management
Methods in com.sun.xml.ws.api.config.management that return WSEndpointModifier and TypeMethodDescription<T> WSEndpoint<T>ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) This method may return a WSEndpoint implementation that wraps the original WSEndpoint instance.Methods in com.sun.xml.ws.api.config.management with parameters of type WSEndpointModifier and TypeMethodDescription<T> WSEndpoint<T>ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) This method may return a WSEndpoint implementation that wraps the original WSEndpoint instance. -
Uses of WSEndpoint in com.sun.xml.ws.api.config.management.policy
Methods in com.sun.xml.ws.api.config.management.policy with parameters of type WSEndpointModifier and TypeMethodDescriptionstatic ManagedServiceAssertionManagedServiceAssertion.getAssertion(WSEndpoint endpoint) Return ManagedService assertion if there is one associated with the endpoint. -
Uses of WSEndpoint in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message declared as WSEndpointModifier and TypeFieldDescriptionPacket.endpointThe governingWSEndpointin which this message is floating. -
Uses of WSEndpoint in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return WSEndpointModifier and TypeMethodDescriptionWSEndpoint<?>ServerTubeAssemblerContext.getEndpoint()The created pipeline is used to serve thisWSEndpoint.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSEndpointModifierConstructorDescriptionServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) Deprecated.ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) -
Uses of WSEndpoint in com.sun.xml.ws.api.server
Fields in com.sun.xml.ws.api.server declared as WSEndpointMethods in com.sun.xml.ws.api.server that return WSEndpointModifier and TypeMethodDescriptionstatic <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 ascreate(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) WSEndpoint<?>Adapter.getEndpoint()Gets the endpoint that thisAdapteris serving.BoundEndpoint.getEndpoint()The endpoint that was bound.Methods in com.sun.xml.ws.api.server with parameters of type WSEndpointModifier and TypeMethodDescriptionstatic HttpEndpointHttpEndpoint.create(WSEndpoint endpoint) Factory to deployWSEndpointon light-weight http server container.booleanWSEndpoint.equalsProxiedInstance(WSEndpoint endpoint) Used for managed endpoints infrastructure to compare equality of proxies vs proxied endpoints.WebServiceContextDelegate.getEPRAddress(Packet request, WSEndpoint endpoint) Gets the address of the endpoint.abstract WSEndpointReference.EPRExtensionEndpointReferenceExtensionContributor.getEPRExtension(WSEndpoint endpoint, WSEndpointReference.EPRExtension extension) protected static ResourceInjectorAbstractInstanceResolver.getResourceInjector(WSEndpoint endpoint) WebServiceContextDelegate.getWSDLAddress(Packet request, WSEndpoint endpoint) Gets the address of the primary WSDL.voidEndpointAwareCodec.setEndpoint(WSEndpoint endpoint) Called by theWSEndpointimplementation when the codec is associated with an endpoint.voidInstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint) Called byWSEndpointwhen it's set up.voidInvoker.start(WSWebServiceContext wsc, WSEndpoint endpoint) Called byWSEndpointwhen it's set up.Constructors in com.sun.xml.ws.api.server with parameters of type WSEndpointModifierConstructorDescriptionAbstractServerAsyncTransport(WSEndpoint endpoint) setExecutor(java.util.concurrent.Executor)should be called before creating the transportprotectedAdapter(WSEndpoint endpoint) Creates anAdapterthat delivers messages to the given endpoint. -
Uses of WSEndpoint in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return WSEndpointModifier and TypeMethodDescriptionServerTubelineAssemblyContext.getEndpoint()The created pipeline is used to serve thisWSEndpoint. -
Uses of WSEndpoint in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with parameters of type WSEndpointModifier and TypeMethodDescriptionServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. -
Uses of WSEndpoint in com.sun.xml.ws.commons
Methods in com.sun.xml.ws.commons with parameters of type WSEndpointModifier and TypeMethodDescriptionvoidWSEndpointCollectionBasedMOMListener.registerAtMOM(MOMRegistrationAware momRegistrationAware, WSEndpoint wsEndpoint) voidWSEndpointCollectionBasedMOMListener.unregisterFromMOM(MOMRegistrationAware momRegistrationAware, WSEndpoint wsEndpoint) Constructor parameters in com.sun.xml.ws.commons with type arguments of type WSEndpointModifierConstructorDescriptionWSEndpointCollectionBasedMOMListener(Object lock, String registrationName, Map<WSEndpoint, T> registrationAwareMap) WSEndpointCollectionBasedMOMListener(String registrationName, Map<WSEndpoint, T> registrationAwareMap) -
Uses of WSEndpoint in com.sun.xml.ws.config.management.server
Methods in com.sun.xml.ws.config.management.server that return WSEndpointModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactoryImpl.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) Methods in com.sun.xml.ws.config.management.server with parameters of type WSEndpointModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactoryImpl.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) -
Uses of WSEndpoint in com.sun.xml.ws.metro.api.config.management
Subclasses of WSEndpoint in com.sun.xml.ws.metro.api.config.managementModifier and TypeClassDescriptionclassWraps an existing WSEndpoint instance and provides a method to swap the WSEndpoint instance.Methods in com.sun.xml.ws.metro.api.config.management with parameters of type WSEndpointModifier and TypeMethodDescriptionbooleanManagedEndpoint.equalsProxiedInstance(WSEndpoint endpoint) voidManagedEndpoint.swapEndpointDelegate(WSEndpoint<T> endpoint) Sets a new WSEndpoint instance to which method calls will be forwarded from then on.Constructors in com.sun.xml.ws.metro.api.config.management with parameters of type WSEndpointModifierConstructorDescriptionManagedEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) Initializes this endpoint. -
Uses of WSEndpoint in com.sun.xml.ws.mex.server
Constructors in com.sun.xml.ws.mex.server with parameters of type WSEndpointModifierConstructorDescriptionMetadataServerPipe(WSEndpoint endpoint, Pipe next) WSDLRetriever(WSEndpoint endpoint) -
Uses of WSEndpoint in com.sun.xml.ws.runtime.dev
Methods in com.sun.xml.ws.runtime.dev with parameters of type WSEndpointModifier and TypeMethodDescriptionstatic SessionManagerSessionManager.getSessionManager(WSEndpoint endpoint, boolean isSC, Properties props) Returns the single instance of SessionManager Use the usual services mechanism to find implementing class.static SessionManagerSessionManager.getSessionManager(WSEndpoint endpoint, Properties props) static voidSessionManager.removeSessionManager(WSEndpoint endpoint) Constructors in com.sun.xml.ws.runtime.dev with parameters of type WSEndpointModifierConstructorDescriptionSessionManagerImpl(WSEndpoint endpoint, boolean isSC) Creates a new instance of SessionManagerImplSessionManagerImpl(WSEndpoint endpoint, boolean isSC, Properties config) Creates a new instance of SessionManagerImpl -
Uses of WSEndpoint in com.sun.xml.ws.security.impl
Methods in com.sun.xml.ws.security.impl with parameters of type WSEndpointModifier and TypeMethodDescriptionWebServiceContextSecurityDelegate.getEPRAddress(Packet arg0, WSEndpoint arg1) WebServiceContextSecurityDelegate.getWSDLAddress(Packet arg0, WSEndpoint arg1) -
Uses of WSEndpoint in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type WSEndpointModifier and TypeMethodDescriptionbooleanCertificateRetriever.checkforEPRIdentity(WSEndpoint wse, QName eprQName) CertificateRetriever.getServerKeyStore(WSEndpoint wse) -
Uses of WSEndpoint in com.sun.xml.ws.server
Subclasses of WSEndpoint in com.sun.xml.ws.serverModifier and TypeClassDescriptionclassWSEndpointimplementation.classManagedObjectManagerproxy class forWSEndpointImplinstances that could be used when Gmbal API calls need to be deferred.Fields in com.sun.xml.ws.server declared as WSEndpointMethods in com.sun.xml.ws.server that return WSEndpointModifier 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) protected <T> WSEndpoint<T>EndpointFactory.create(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, PolicyMap policyMap) 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 WSEndpointInvokerTube.getEndpoint()Methods in com.sun.xml.ws.server with parameters of type WSEndpointModifier and TypeMethodDescriptionorg.glassfish.gmbal.ManagedObjectManagerMonitorBase.createManagedObjectManager(WSEndpoint endpoint) Endpoint monitoring is ON by default.booleanWSEndpointMOMProxy.equalsProxiedInstance(WSEndpoint endpoint) voidEndpointAwareTube.setEndpoint(WSEndpoint<?> endpoint) Setter for WSEndpoint holding this tubevoidInvokerTube.setEndpoint(WSEndpoint endpoint) voidAbstractMultiInstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint) voidSingletonResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint) voidStatefulInstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint) Constructors in com.sun.xml.ws.server with parameters of type WSEndpointModifierConstructorDescriptionAbstractWebServiceContext(WSEndpoint endpoint) ServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next) -
Uses of WSEndpoint in com.sun.xml.ws.server.provider
Constructors in com.sun.xml.ws.server.provider with parameters of type WSEndpoint -
Uses of WSEndpoint in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http with parameters of type WSEndpointModifier and TypeMethodDescriptionDeploymentDescriptorParser.AdapterFactory.createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) HttpAdapterList.createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) static HttpAdapterHttpAdapter.createAlone(WSEndpoint endpoint) Creates a loneHttpAdapterthat does not know of any otherHttpAdapters.protected abstract THttpAdapterList.createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) Implementations need to override this one to create a concrete class of HttpAdapterConstructors in com.sun.xml.ws.transport.http with parameters of type WSEndpointModifierConstructorDescriptionprotectedHttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner) Deprecated.remove as soon as we can update the test util.protectedHttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner, String urlPattern) -
Uses of WSEndpoint in com.sun.xml.ws.transport.http.server
Methods in com.sun.xml.ws.transport.http.server with parameters of type WSEndpointModifier and TypeMethodDescriptionprotected ServerAdapterServerAdapterList.createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) Constructors in com.sun.xml.ws.transport.http.server with parameters of type WSEndpointModifierConstructorDescriptionEndpointImpl(WSEndpoint wse, Object serverContext) Deprecated.This is a backdoor method.EndpointImpl(WSEndpoint wse, Object serverContext, jakarta.xml.ws.EndpointContext ctxt) Deprecated.This is a backdoor method.EndpointImpl(WSEndpoint wse, String address) Deprecated.This is a backdoor method.EndpointImpl(WSEndpoint wse, String address, jakarta.xml.ws.EndpointContext ctxt) Deprecated.This is a backdoor method.protectedServerAdapter(String name, String urlPattern, WSEndpoint endpoint, ServerAdapterList owner) -
Uses of WSEndpoint in com.sun.xml.ws.transport.http.servlet
Methods in com.sun.xml.ws.transport.http.servlet with parameters of type WSEndpointModifier and TypeMethodDescriptionprotected ServletAdapterServletAdapterList.createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) ServletConnectionImpl.getEPRAddress(Packet p, WSEndpoint endpoint) ServletConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) Constructors in com.sun.xml.ws.transport.http.servlet with parameters of type WSEndpointModifierConstructorDescriptionprotectedServletAdapter(String name, String urlPattern, WSEndpoint endpoint, ServletAdapterList owner) -
Uses of WSEndpoint in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server that return WSEndpointMethods in com.sun.xml.ws.transport.tcp.server with parameters of type WSEndpointModifier and TypeMethodDescriptionTCPAdapterList.createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) TCPConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint) TCPConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) Constructors in com.sun.xml.ws.transport.tcp.server with parameters of type WSEndpointModifierConstructorDescriptionTCPAdapter(String name, String urlPattern, WSEndpoint endpoint) TCPServiceChannelWSAdapter(String name, String urlPattern, WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry) -
Uses of WSEndpoint in com.sun.xml.ws.transport.tcp.servicechannel
Methods in com.sun.xml.ws.transport.tcp.servicechannel that return WSEndpointModifier and TypeMethodDescriptionstatic WSEndpoint<ServiceChannelWSImpl>ServiceChannelCreator.getServiceChannelEndpointInstance() -
Uses of WSEndpoint in com.sun.xml.wss
Methods in com.sun.xml.wss with parameters of type WSEndpointModifier and TypeMethodDescriptionstatic voidNonceManager.deleteInstance(WSEndpoint endpoint) static NonceManagerNonceManager.getInstance(long maxNonceAge, WSEndpoint endpoint) -
Uses of WSEndpoint in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return WSEndpointModifier and TypeMethodDescriptionServerTubeConfiguration.getEndpoint()Gets theWSEndpointfor which the pipeline is being created.Constructors in com.sun.xml.wss.jaxws.impl with parameters of type WSEndpointModifierConstructorDescriptionServerTubeConfiguration(PolicyMap policy, WSDLPort wsdlModel, WSEndpoint endpoint) -
Uses of WSEndpoint in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type WSEndpointModifier and TypeMethodDescriptionServerPipeCreator.createSecurityPipe(PolicyMap map, SEIModel sei, WSDLPort port, WSEndpoint owner, Pipe tail) IdentityEPRExtnContributor.getEPRExtension(WSEndpoint wse, WSEndpointReference.EPRExtension extension) -
Uses of WSEndpoint in com.sun.xml.xwss
Constructors in com.sun.xml.xwss with parameters of type WSEndpointModifierConstructorDescriptionXWSSServerTube(WSEndpoint epoint, WSDLPort prt, Tube nextTube) Creates a new instance of XWSSServerPipe