[PATCH]: New factory method and unmarshall method

2001-06-19 Thread Ying Zhao
Hello, This patch follows other patches sent together. The factory method is for producing the AttributeHandler part of a SOAP object. And the unmarshall method is for unmarshalling a SOAP Header part. Name of patch file: patch_Header.txt Content: ---

[PATCH]:Factory method and unmarshall method(non-default SOAP type)

2001-06-19 Thread Ying Zhao
-Original Message- From: Ying Zhao [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 10:43 AM To: [EMAIL PROTECTED] Subject: [PATCH]:Factory method and unmarshall method(non-default SOAPtype) Hello, This patch file also follows the previous patch files. It mainly adds a

[PATCH]: New factory method and unmarshall method

2001-06-19 Thread Ying Zhao
Hello, This patch follows other related patches. The factory method is for producing the AttributeHandler part of a SOAP object. And the unmarshall method is for unmarshalling a SOAP Header part. Name of patch file: patch_Header.txt Author: Jerry Boetje Content: -

[PATCH]:Factory methods for producing various parts of a SOAP Envelope

2001-06-19 Thread Ying Zhao
Hello, There are several factory methods added into the Envelope.java. Patch file name: patch_Envelope.txt. Author: Jerry Boetje Content: --- /net/bigbang/vol/vol1/homes/yzhao/xml-soap/java/src/org/apache/so

[PATCH]:unmarshall method for specialized version of a SOAP Attribute

2001-06-19 Thread Ying Zhao
Hello, The main suggestion is using an umnarshall method for specialized vesion of a SOAP Attribute. The patch file name is : patch_AttributeHandler.txt. Author: Jerry Boetje Content: -- --- /net/bigbang/vol/vo

reubmit for [PATCH]:Factory method and unmarshall method(non-default SOAP type)

2001-06-19 Thread Ying Zhao
Hello, This patch file also follows the previous patch files. It mainly adds a factory method for producing the AttributeHandler part of a SOAP Body and an unmarshall method for unmarshalling a SOAP body part into a specific Body instance, used for non-default SOAP body type. Name : patc