git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@894366
13f79535-47bb-0310-9956-
ffa450edef68
}
/**
+ * The fully qualified class name of the JAX-WS Service interface that the
+ * client depends on.
+ */
+ private String serviceInterface = null;
+
+ public String getInterface() {
+ return serviceInterface;
+ }
+
+ public void setInterface(String serviceInterface) {
+ this.serviceInterface = serviceInterface;
+ }
+
+ /**
* Contains the location (relative to the root of
* the module) of the web service WSDL description.
*/
digester.addCallMethod(fullPrefix + "/service-ref/service-ref-name",
"setName", 0);
digester.addCallMethod(fullPrefix + "/service-ref/service-interface",
+ "setInterface", 0);
+ digester.addCallMethod(fullPrefix + "/service-ref/service-ref-type",
"setType", 0);
digester.addCallMethod(fullPrefix + "/service-ref/wsdl-file",
"setWsdlfile", 0);