Uses of Class
com.sun.xml.ws.api.server.WSEndpoint
-
-
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.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with parameters of type WSEndpoint Modifier and Type Method Description PipeServerPipelineHook. 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 WSEndpoint Modifier and Type Method Description voidWSEndpointCollectionBasedMOMListener. registerAtMOM(MOMRegistrationAware momRegistrationAware, WSEndpoint wsEndpoint)voidWSEndpointCollectionBasedMOMListener. unregisterFromMOM(MOMRegistrationAware momRegistrationAware, WSEndpoint wsEndpoint)Constructor parameters in com.sun.xml.ws.commons with type arguments of type WSEndpoint Constructor Description WSEndpointCollectionBasedMOMListener(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 WSEndpoint Modifier and Type Method Description <T> WSEndpoint<T>EndpointFactoryImpl. createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes)Methods in com.sun.xml.ws.config.management.server with parameters of type WSEndpoint Modifier and Type Method Description <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.management Modifier and Type Class Description classManagedEndpoint<T>Wraps 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 WSEndpoint Modifier and Type Method Description booleanManagedEndpoint. 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 WSEndpoint Constructor Description ManagedEndpoint(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 WSEndpoint Constructor Description MetadataServerPipe(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 WSEndpoint Modifier and Type Method Description static 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 WSEndpoint Constructor Description SessionManagerImpl(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 WSEndpoint Modifier and Type Method Description StringWebServiceContextSecurityDelegate. getEPRAddress(Packet arg0, WSEndpoint arg1)StringWebServiceContextSecurityDelegate. 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 WSEndpoint Modifier and Type Method Description booleanCertificateRetriever. checkforEPRIdentity(WSEndpoint wse, QName eprQName)CertificateCertificateRetriever. getServerKeyStore(WSEndpoint wse) -
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, 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, javax.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, javax.xml.ws.EndpointContext ctxt)Deprecated.This is a backdoor method.ServerAdapter(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 WSEndpoint Modifier and Type Method Description protected ServletAdapterServletAdapterList. createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)StringServletConnectionImpl. getEPRAddress(Packet p, WSEndpoint endpoint)StringServletConnectionImpl. getWSDLAddress(Packet request, WSEndpoint endpoint)Constructors in com.sun.xml.ws.transport.http.servlet with parameters of type WSEndpoint Constructor Description ServletAdapter(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 WSEndpoint Modifier and Type Method Description WSEndpoint<ServiceChannelWSImpl>WSTCPModule. createServiceChannelEndpoint()Methods in com.sun.xml.ws.transport.tcp.server with parameters of type WSEndpoint Modifier and Type Method Description TCPAdapterTCPAdapterList. createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)StringTCPConnectionImpl. getEPRAddress(Packet request, WSEndpoint endpoint)StringTCPConnectionImpl. getWSDLAddress(Packet request, WSEndpoint endpoint)Constructors in com.sun.xml.ws.transport.tcp.server with parameters of type WSEndpoint Constructor Description TCPAdapter(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 WSEndpoint Modifier and Type Method Description static WSEndpoint<ServiceChannelWSImpl>ServiceChannelCreator. getServiceChannelEndpointInstance() -
Uses of WSEndpoint in com.sun.xml.wss
Methods in com.sun.xml.wss with parameters of type WSEndpoint Modifier and Type Method Description static 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 WSEndpoint Modifier and Type Method Description WSEndpointServerTubeConfiguration. getEndpoint()Gets theWSEndpointfor which the pipeline is being created.Constructors in com.sun.xml.wss.jaxws.impl with parameters of type WSEndpoint Constructor Description ServerTubeConfiguration(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 WSEndpoint Modifier and Type Method Description PipeServerPipeCreator. createSecurityPipe(PolicyMap map, SEIModel sei, WSDLPort port, WSEndpoint owner, Pipe tail)WSEndpointReference.EPRExtensionIdentityEPRExtnContributor. getEPRExtension(WSEndpoint wse, WSEndpointReference.EPRExtension extension) -
Uses of WSEndpoint in com.sun.xml.xwss
Constructors in com.sun.xml.xwss with parameters of type WSEndpoint Constructor Description XWSSServerTube(WSEndpoint epoint, WSDLPort prt, Tube nextTube)Creates a new instance of XWSSServerPipe
-