If you change the method to pass input values via the method arguments, the method can be used generically.
如果您更改了方法,以通过方法参数传递输入值,那么该方法就可以得到通用的应用了。
If this method returns void, no change is needed, but if it returns DataObject, change the last line from return null; to return input;.
如果这个方法返回void,则不需要任何更改;如果返回DataObject,则将最后一行从return null;更改为return input;。
The PublisherHelper provides a publish method that the WS-Resource USES to publish any change in the values of its resource properties. The publish method takes the following parameters as input.
PublisherHelper提供publish方法,Web服务资源可以使用该方法发布自身资源属性值的任何更改。
应用推荐