Uses of Class
com.sun.enterprise.deployment.WebServiceEndpoint
-
-
Uses of WebServiceEndpoint in com.sun.ejb.containers
Constructors in com.sun.ejb.containers with parameters of type WebServiceEndpoint Constructor Description WebServiceInvocationHandler(Class ejbClass, WebServiceEndpoint endpoint, Class serviceEndpointIntfClass, EjbContainerUtil contUtil, Map invocationInfoMap) -
Uses of WebServiceEndpoint in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return WebServiceEndpoint Modifier and Type Method Description WebServiceEndpointWebService. getEndpointByName(String name)WebServiceEndpointWebServicesDescriptor. getEndpointByName(String endpointName)Endpoint has a unique name within all the endpoints in the module.WebServiceEndpointServiceRefPortInfo. getPortComponentLink()WebServiceEndpointBundleDescriptor. getWebServiceEndpointByName(String name)WebServiceEndpointWebService. pickEndpointForRelativeImports()Select one of this webservice's endpoints to use for converting relative imports.WebServiceEndpointServiceRefPortInfo. resolveLinkName()Try to resolve the current link name value to a WebServiceEndpoint object.WebServiceEndpointServiceRefPortInfo. setPortComponentLinkName(String linkName, boolean resolve)Methods in com.sun.enterprise.deployment that return types with arguments of type WebServiceEndpoint Modifier and Type Method Description Collection<WebServiceEndpoint>WebService. getEndpoints()Collection<WebServiceEndpoint>WebServicesDescriptor. getEndpoints()Collection<WebServiceEndpoint>WebServicesDescriptor. getEndpointsImplementedBy(EjbDescriptor ejb)Collection<WebServiceEndpoint>WebServicesDescriptor. getEndpointsImplementedBy(WebComponentDescriptor desc)Methods in com.sun.enterprise.deployment with parameters of type WebServiceEndpoint Modifier and Type Method Description voidWebService. addEndpoint(WebServiceEndpoint endpoint)voidWebService. removeEndpoint(WebServiceEndpoint endpoint)voidServiceRefPortInfo. setPortComponentLink(WebServiceEndpoint newPort)Constructors in com.sun.enterprise.deployment with parameters of type WebServiceEndpoint Constructor Description WebServiceEndpoint(WebServiceEndpoint other) -
Uses of WebServiceEndpoint in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return WebServiceEndpoint Modifier and Type Method Description WebServiceEndpointEjbContext. getEndpoint()Methods in com.sun.enterprise.deployment.annotation.context with parameters of type WebServiceEndpoint Modifier and Type Method Description voidEjbContext. setEndpoint(WebServiceEndpoint endpoint) -
Uses of WebServiceEndpoint in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime that return WebServiceEndpoint Modifier and Type Method Description WebServiceEndpointWebServiceEndpointRuntimeNode. getDescriptor()Methods in com.sun.enterprise.deployment.node.runtime with parameters of type WebServiceEndpoint Modifier and Type Method Description NodeWebServiceEndpointRuntimeNode. writeDescriptor(Node parent, String nodeName, WebServiceEndpoint endpoint)write the descriptor class to a DOM tree and return it -
Uses of WebServiceEndpoint in com.sun.enterprise.deployment.node.ws
Methods in com.sun.enterprise.deployment.node.ws with parameters of type WebServiceEndpoint Modifier and Type Method Description NodeWLWebServiceEndpointNode.ServiceEndpointAddressNode. writeDescriptor(Node parent, WebServiceEndpoint descriptor)NodeWLWebServiceEndpointNode. writeDescriptor(Node parent, String nodeName, WebServiceEndpoint descriptor)NodeWLWebServiceEndpointNode.WSDLNode. writeDescriptor(Node parent, WebServiceEndpoint descriptor)Constructors in com.sun.enterprise.deployment.node.ws with parameters of type WebServiceEndpoint Constructor Description ServiceEndpointAddressNode(WebServiceEndpoint descriptor)WSDLNode(WebServiceEndpoint descriptor) -
Uses of WebServiceEndpoint in com.sun.enterprise.deployment.runtime.common
Methods in com.sun.enterprise.deployment.runtime.common that return WebServiceEndpoint Modifier and Type Method Description WebServiceEndpointMessageDescriptor. getWebServiceEndpoint()Methods in com.sun.enterprise.deployment.runtime.common with parameters of type WebServiceEndpoint Modifier and Type Method Description voidMessageDescriptor. setWebServiceEndpoint(WebServiceEndpoint endPoint) -
Uses of WebServiceEndpoint in com.sun.enterprise.security.webservices
Methods in com.sun.enterprise.security.webservices with parameters of type WebServiceEndpoint Modifier and Type Method Description voidGFServerPipeCreator. init(WebServiceEndpoint ep) -
Uses of WebServiceEndpoint in org.glassfish.ejb.spi
Methods in org.glassfish.ejb.spi with parameters of type WebServiceEndpoint Modifier and Type Method Description voidWSEjbEndpointRegistry. registerEndpoint(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass)This method will register an endpoint the EjbEndpointRegistry -
Uses of WebServiceEndpoint in org.glassfish.loadbalancer.admin.cli.reader.impl
Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type WebServiceEndpoint Constructor Description WebServiceEndpointReaderImpl(String name, ApplicationRef ref, Application application, WebServiceEndpoint bean) -
Uses of WebServiceEndpoint in org.glassfish.webservices
Fields in org.glassfish.webservices declared as WebServiceEndpoint Modifier and Type Field Description protected WebServiceEndpointEjbRuntimeEndpointInfo. endpointprotected WebServiceEndpointServerPipeCreator. endpointMethods in org.glassfish.webservices that return WebServiceEndpoint Modifier and Type Method Description WebServiceEndpointEjbRuntimeEndpointInfo. getEndpoint()Methods in org.glassfish.webservices with parameters of type WebServiceEndpoint Modifier and Type Method Description voidWsUtil. configureJAXWSServiceHandlers(WebServiceEndpoint ep, String bindingId, com.sun.xml.ws.api.WSBinding bindingObj)EjbRuntimeEndpointInfoWebServiceEjbEndpointRegistry. createEjbEndpointInfo(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant)Creates a new EjbRuntimeEndpointInfo instance depending on the type and version of the web service implementation.voidWsUtil. doPreDestroy(WebServiceEndpoint ep, ClassLoader loader)booleanWsUtil. getMtom(WebServiceEndpoint ep)booleanWsUtil. handleGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, WebServiceEndpoint endpoint)Serve up the FINAL wsdl associated with this web service.voidServerPipeCreator. init(WebServiceEndpoint ep)voidWebServiceDeploymentNotifier. notifyDeployed(WebServiceEndpoint nextEndpoint)voidWebServiceDeploymentNotifierImpl. notifyDeployed(WebServiceEndpoint nextEndpoint)voidWebServiceDeploymentNotifier. notifyUndeployed(WebServiceEndpoint nextEndpoint)voidWebServiceDeploymentNotifierImpl. notifyUndeployed(WebServiceEndpoint nextEndpoint)voidWebServiceDeploymentListener. onDeployed(WebServiceEndpoint endpoint)voidWebServiceDeploymentListener. onUndeployed(WebServiceEndpoint endpoint)voidWebServiceEjbEndpointRegistry. registerEndpoint(WebServiceEndpoint webserviceEndpoint, EjbEndpointFacade ejbContainer, Object servant, Class tieClass)voidWsUtil. updateServletEndpointRuntime(WebServiceEndpoint endpoint)voidWsUtil. validateEjbEndpoint(WebServiceEndpoint ejbEndpoint)Constructors in org.glassfish.webservices with parameters of type WebServiceEndpoint Constructor Description EjbRuntimeEndpointInfo(WebServiceEndpoint webServiceEndpoint, EjbEndpointFacade ejbContainer, Object servant)JAXWSContainer(jakarta.servlet.ServletContext servletContext, WebServiceEndpoint ep)MonitoringPipe(com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext assemblerContext, com.sun.xml.ws.api.pipe.Pipe tail, WebServiceEndpoint endpoint)ResourceInjectorImpl(WebServiceEndpoint ep) -
Uses of WebServiceEndpoint in org.glassfish.webservices.deployment
Methods in org.glassfish.webservices.deployment with parameters of type WebServiceEndpoint Modifier and Type Method Description voidWebServicesDeploymentMBean. deploy(WebServiceEndpoint endpoint)voidWebServicesDeploymentMBean. undeploy(WebServiceEndpoint endpoint)Constructors in org.glassfish.webservices.deployment with parameters of type WebServiceEndpoint Constructor Description DeployedEndpointData(String path, Application app, WebServiceEndpoint endpoint) -
Uses of WebServiceEndpoint in org.glassfish.webservices.metroglue
Methods in org.glassfish.webservices.metroglue with parameters of type WebServiceEndpoint Modifier and Type Method Description voidMetroContainer. onDeployed(WebServiceEndpoint endpoint)voidMetroContainer. onUndeployed(WebServiceEndpoint endpoint) -
Uses of WebServiceEndpoint in org.glassfish.webservices.monitoring
Methods in org.glassfish.webservices.monitoring that return WebServiceEndpoint Modifier and Type Method Description WebServiceEndpointEndpoint. getDescriptor()Returns the Deployment Descriptors associated with this endpointWebServiceEndpointEndpointImpl. getDescriptor()Return the deployment descriptors associated with this endpoint.WebServiceEndpointMonitorContext. getEndpoint()WebServiceEndpointMonitorContextImpl. getEndpoint()Methods in org.glassfish.webservices.monitoring with parameters of type WebServiceEndpoint Modifier and Type Method Description EndpointImplWebServiceEngineImpl. createHandler(WebServiceEndpoint endpointDesc)static voidWebServiceTesterServlet. invoke(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, WebServiceEndpoint endpoint)voidWebServiceEngineImpl. removeHandler(WebServiceEndpoint endpointDesc)voidEndpointImpl. setDescriptor(WebServiceEndpoint endpointDesc)Set the WebServiceEndpoint DOL descriptorConstructors in org.glassfish.webservices.monitoring with parameters of type WebServiceEndpoint Constructor Description MonitorContextImpl(com.oracle.webservices.api.databinding.JavaCallInfo callInfo, com.sun.xml.ws.model.SOAPSEIModel seiModel, com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel, com.sun.xml.ws.api.server.WSEndpoint<?> ownerEndpoint, WebServiceEndpoint endpoint)WebServiceTesterServlet(WebServiceEndpoint ep)Creates a new instance of WebServiceTesterServlet -
Uses of WebServiceEndpoint in org.glassfish.webservices.node
Methods in org.glassfish.webservices.node that return WebServiceEndpoint Modifier and Type Method Description protected WebServiceEndpointWebServiceEndpointNode. createDescriptor()Methods in org.glassfish.webservices.node with parameters of type WebServiceEndpoint Modifier and Type Method Description NodeWebServiceEndpointNode. writeDescriptor(Node parent, String nodeName, WebServiceEndpoint descriptor)write the method descriptor class to a query-method DOM tree and return it -
Uses of WebServiceEndpoint in org.glassfish.webservices.transport.tcp
Methods in org.glassfish.webservices.transport.tcp that return WebServiceEndpoint Modifier and Type Method Description WebServiceEndpointWSEndpointDescriptor. getWSServiceEndpoint()Constructors in org.glassfish.webservices.transport.tcp with parameters of type WebServiceEndpoint Constructor Description WSEndpointDescriptor(WebServiceEndpoint wsServiceDescriptor, String contextRoot, String urlPattern, String requestURL)
-