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

📄 registerjobhostresponse_literalserializer.java

📁 这是一个基于计算网格的web service。它用java编写。一旦安装完成
💻 JAVA
字号:
// This class was generated by the JAXRPC SI, do not edit.// Contents subject to change without notice.// JAX-RPC Standard Implementation (1.1.2_02, build R41)// Generated source version: 1.1.2package jwsgrid.ws.resourcemanager;import com.sun.xml.rpc.encoding.*;import com.sun.xml.rpc.encoding.xsd.XSDConstants;import com.sun.xml.rpc.encoding.literal.*;import com.sun.xml.rpc.encoding.literal.DetailFragmentDeserializer;import com.sun.xml.rpc.encoding.simpletype.*;import com.sun.xml.rpc.encoding.soap.SOAPConstants;import com.sun.xml.rpc.encoding.soap.SOAP12Constants;import com.sun.xml.rpc.streaming.*;import com.sun.xml.rpc.wsdl.document.schema.SchemaConstants;import javax.xml.namespace.QName;import java.util.List;import java.util.ArrayList;public class RegisterJobHostResponse_LiteralSerializer extends LiteralObjectSerializerBase implements Initializable  {        public RegisterJobHostResponse_LiteralSerializer(QName type, String encodingStyle) {        this(type, encodingStyle, false);    }        public RegisterJobHostResponse_LiteralSerializer(QName type, String encodingStyle, boolean encodeType) {        super(type, true, encodingStyle, encodeType);    }        public void initialize(InternalTypeMappingRegistry registry) throws Exception {    }        public Object doDeserialize(XMLReader reader,        SOAPDeserializationContext context) throws Exception {        jwsgrid.ws.resourcemanager.RegisterJobHostResponse instance = new jwsgrid.ws.resourcemanager.RegisterJobHostResponse();        Object member=null;        QName elementName;        List values;        Object value;                reader.nextElementContent();        XMLReaderUtil.verifyReaderState(reader, XMLReader.END);        return (Object)instance;    }        public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {        jwsgrid.ws.resourcemanager.RegisterJobHostResponse instance = (jwsgrid.ws.resourcemanager.RegisterJobHostResponse)obj;            }    public void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {        jwsgrid.ws.resourcemanager.RegisterJobHostResponse instance = (jwsgrid.ws.resourcemanager.RegisterJobHostResponse)obj;            }}

⌨️ 快捷键说明

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