Class 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 Detail

      • 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()