📄 jobhostwssei_startjob_responsestruct_soapserializer.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.jobhost;import com.sun.xml.rpc.encoding.*;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;public class JobHostWSSEI_startJob_ResponseStruct_SOAPSerializer extends ObjectSerializerBase implements Initializable { public JobHostWSSEI_startJob_ResponseStruct_SOAPSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle) { super(type, encodeType, isNullable, encodingStyle); } public void initialize(InternalTypeMappingRegistry registry) throws Exception { } public Object doDeserialize(SOAPDeserializationState state, XMLReader reader, SOAPDeserializationContext context) throws Exception { jwsgrid.ws.jobhost.JobHostWSSEI_startJob_ResponseStruct instance = new jwsgrid.ws.jobhost.JobHostWSSEI_startJob_ResponseStruct(); Object member; boolean isComplete = true; QName elementName; reader.nextElementContent(); XMLReaderUtil.verifyReaderState(reader, XMLReader.END); return (isComplete ? (Object)instance : (Object)state); } public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception { jwsgrid.ws.jobhost.JobHostWSSEI_startJob_ResponseStruct instance = (jwsgrid.ws.jobhost.JobHostWSSEI_startJob_ResponseStruct)obj; } public void doSerializeInstance(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception { jwsgrid.ws.jobhost.JobHostWSSEI_startJob_ResponseStruct instance = (jwsgrid.ws.jobhost.JobHostWSSEI_startJob_ResponseStruct)obj; } protected void verifyName(XMLReader reader, QName expectedName) throws Exception { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -