?? schemasupport.java
字號:
package org.codehaus.xfire.gen;import javax.xml.namespace.QName;import org.codehaus.xfire.service.MessagePartInfo;import org.codehaus.xfire.service.binding.BindingProvider;import org.jdom.Element;import com.sun.codemodel.JExpression;import com.sun.codemodel.JType;public interface SchemaSupport{ void initialize(GenerationContext context) throws Exception; JType getType(GenerationContext context, MessagePartInfo part) throws GenerationException; JType getType(GenerationContext context, QName concreteType, QName schemaType) throws GenerationException; JExpression getBindingProviderExpr(GenerationContext context); BindingProvider getBindingProvider(); String getServiceFactory(); Element getServiceFactoryBean();}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -