Uses of Class
com.sun.xml.ws.test.container.jelly.EndpointInfoBean
Packages that use EndpointInfoBean
Package
Description
Container/transport abstraction API.
-
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 EndpointInfoBeanModifier and TypeMethodDescriptionWAR.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 EndpointInfoBeanModifier and TypeMethodDescriptionstatic 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 EndpointInfoBeanModifier and TypeMethodDescriptionWebXmlInfoBean.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 EndpointInfoBeanModifierConstructorDescriptionWebXmlInfoBean(DeploymentContext context, List<EndpointInfoBean> endpoints, String listenerClass, String servletClass) The constructor creates the fields queried by the Jelly script.