Class EndpointInfoBean
- java.lang.Object
-
- com.sun.xml.ws.test.container.jelly.EndpointInfoBean
-
public class EndpointInfoBean extends Object
This bean wraps the endpoint information. It is passed to the Jelly script to create a sun-jaxws.xml file.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointInfoBeancreate(String name, String impl, String wsdl, QName service, QName port, String binding, String urlPattern)Just so that we can invoke this method from beanshell.StringgetBinding()StringgetImplementation()StringgetName()StringgetPort()QNamegetPortName()StringgetService()QNamegetServiceName()StringgetUrlPattern()StringgetWsdl()
-
-
-
Method Detail
-
create
public static EndpointInfoBean 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.
-
getName
public String getName()
-
getImplementation
public String getImplementation()
-
getWsdl
public String getWsdl()
-
getService
public String getService()
-
getServiceName
public QName getServiceName()
-
getPort
public String getPort()
-
getPortName
public QName getPortName()
-
getBinding
public String getBinding()
-
getUrlPattern
public String getUrlPattern()
-
-