⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 requestedservice.java

📁 一个完整的XACML工程,学习XACML技术的好例子!
💻 JAVA
字号:
/*
 * RequestedServiceInterface.java
 *
 * Created on 15 August 2006, 17:46
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package uk.ac.kent.dpa.coord.clients;

import org.w3c.dom.*; 
/**
 *
 * @author ls97
 */
public interface RequestedService {
    
    public String execute(Element request) throws Exception;
    public Element getAttributes() throws Exception;
    public String getType() throws Exception;
    public String getId() throws Exception;
    
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -