Uses of Class
com.sun.xml.ws.test.container.jelly.EndpointInfoBean
-
Packages that use EndpointInfoBean Package Description com.sun.xml.ws.test.container Container/transport abstraction API.com.sun.xml.ws.test.container.jelly -
-
Uses of EndpointInfoBean in com.sun.xml.ws.test.container
Methods in com.sun.xml.ws.test.container that return types with arguments of type EndpointInfoBean Modifier and Type Method Description List<EndpointInfoBean>WAR. getEndpointsInfos()This method collects info about endpoints; it's being used for generating server side descriptors. -
Uses of EndpointInfoBean in com.sun.xml.ws.test.container.jelly
Methods in com.sun.xml.ws.test.container.jelly that return EndpointInfoBean Modifier and Type Method Description static EndpointInfoBeanEndpointInfoBean. create(String name, String impl, String wsdl, QName service, QName port, String binding, String urlPattern)Just so that we can invoke this method from beanshell.Methods in com.sun.xml.ws.test.container.jelly that return types with arguments of type EndpointInfoBean Modifier and Type Method Description List<EndpointInfoBean>WebXmlInfoBean. getEndpoints()Starting from wsdl, a service may have more than one port.Constructor parameters in com.sun.xml.ws.test.container.jelly with type arguments of type EndpointInfoBean Constructor Description WebXmlInfoBean(DeploymentContext context, List<EndpointInfoBean> endpoints, String listenerClass, String servletClass)The constructor creates the fields queried by the Jelly script.
-