Class ServiceInterfaceMapping


  • public class ServiceInterfaceMapping
    extends Object
    The service-interface-mapping element defines how a Java type for the service interface maps to a WSDL service. Used in: java-wsdl-mapping
    • Field Detail

      • serviceInterface

        protected String serviceInterface
      • wsdlServiceName

        protected QName wsdlServiceName
    • Constructor Detail

      • ServiceInterfaceMapping

        public ServiceInterfaceMapping()
    • Method Detail

      • getServiceInterface

        public String getServiceInterface()
      • setServiceInterface

        public void setServiceInterface​(String value)
      • getWsdlServiceName

        public QName getWsdlServiceName()
      • setWsdlServiceName

        public void setWsdlServiceName​(QName value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)