Uses of Class
com.sun.xml.ws.api.server.WSEndpoint
-
Packages that use WSEndpoint Package Description com.sun.xml.ws.addressing com.sun.xml.ws.addressing.v200408 com.sun.xml.ws.api.config.management com.sun.xml.ws.api.config.management.policy com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.assembler.dev com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.server.provider com.sun.xml.ws.transport.http com.sun.xml.ws.transport.http.server -
-
Uses of WSEndpoint in com.sun.xml.ws.addressing
Constructors in com.sun.xml.ws.addressing with parameters of type WSEndpoint Constructor Description W3CWsaServerTube(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 WSEndpoint Constructor Description MemberSubmissionWsaServerTube(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 WSEndpoint Modifier and Type Method Description <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 WSEndpoint Modifier and Type Method Description <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 WSEndpoint Modifier and Type Method Description static 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 WSEndpoint Modifier and Type Field Description WSEndpointPacket. 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 WSEndpoint Modifier and Type Method Description WSEndpoint<?>ServerTubeAssemblerContext. getEndpoint()The created pipeline is used to serve thisWSEndpoint.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSEndpoint Constructor Description ServerPipeAssemblerContext(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 WSEndpoint Modifier and Type Field Description protected WSEndpoint<?>Adapter. endpointMethods in com.sun.xml.ws.api.server that return WSEndpoint Modifier and Type Method Description 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 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.WSEndpointBoundEndpoint. getEndpoint()The endpoint that was bound.Methods in com.sun.xml.ws.api.server with parameters of type WSEndpoint Modifier and Type Method Description static 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.StringWebServiceContextDelegate. 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)StringWebServiceContextDelegate. 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 WSEndpoint Constructor Description AbstractServerAsyncTransport(WSEndpoint endpoint)setExecutor(java.util.concurrent.Executor)should be called before creating the transportAdapter(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 WSEndpoint Modifier and Type Method Description WSEndpointServerTubelineAssemblyContext. getEndpoint()The created pipeline is used to serve thisWSEndpoint. -
Uses of WSEndpoint in com.sun.xml.ws.server
Subclasses of WSEndpoint in com.sun.xml.ws.server Modifier and Type Class Description classWSEndpointImpl<T>WSEndpointimplementation.classWSEndpointMOMProxyManagedObjectManagerproxy class forWSEndpointImplinstances that could be used when Gmbal API calls need to be deferred.Fields in com.sun.xml.ws.server declared as WSEndpoint Modifier and Type Field Description protected WSEndpointAbstractMultiInstanceResolver. ownerMethods in com.sun.xml.ws.server that return WSEndpoint 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)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, com.sun.xml.ws.policy.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 WSEndpoint Modifier and Type Method Description org.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 WSEndpoint Constructor Description AbstractWebServiceContext(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 Constructor Description AsyncWebServiceContext(WSEndpoint endpoint, Packet packet) -
Uses of WSEndpoint in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http with parameters of type WSEndpoint Modifier and Type Method Description ADeploymentDescriptorParser.AdapterFactory. createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)THttpAdapterList. 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 WSEndpoint Constructor Description HttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner)Deprecated.remove as soon as we can update the test util.HttpAdapter(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 WSEndpoint Modifier and Type Method Description protected ServerAdapterServerAdapterList. createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)Constructors in com.sun.xml.ws.transport.http.server with parameters of type WSEndpoint Constructor Description EndpointImpl(WSEndpoint wse, Object serverContext)Deprecated.This is a backdoor method.EndpointImpl(WSEndpoint wse, Object serverContext, EndpointContext ctxt)Deprecated.This is a backdoor method.EndpointImpl(WSEndpoint wse, String address)Deprecated.This is a backdoor method.EndpointImpl(WSEndpoint wse, String address, EndpointContext ctxt)Deprecated.This is a backdoor method.ServerAdapter(String name, String urlPattern, WSEndpoint endpoint, ServerAdapterList owner)
-