📄 iccservicesimpl.java
字号:
package oracle.otnsamples.ws;
/**
* Generated by the Oracle9i JDeveloper Web Services Interface Generator
* Date Created: Thu Jan 30 17:16:15 IST 2003
*
* This interface lists the subset of public methods that you
* selected for inclusion in your web service's public interface.
* It is referenced in the web.xml deployment descriptor for this service.
*
* This file should not be edited.
*/
public interface ICCServicesImpl
{
public void validateCard(String cardNumber) throws CCException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -