/[cashew-s-editor]/cashews/src/nongnu/cashews/language/grounding/SoapOperation.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/language/grounding/SoapOperation.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gnu_andrew, Sat May 7 21:22:53 2005 UTC revision 1.3 by gnu_andrew, Sun May 8 12:03:41 2005 UTC
# Line 26  import java.net.URISyntaxException; Line 26  import java.net.URISyntaxException;
26    
27  import javax.xml.namespace.QName;  import javax.xml.namespace.QName;
28    
29    import nongnu.cashews.xml.XmlField;
30  import nongnu.cashews.xml.Xmlizable;  import nongnu.cashews.xml.Xmlizable;
31    
32  /**  /**
# Line 43  public class SoapOperation Line 44  public class SoapOperation
44  {  {
45    
46    /**    /**
47       * Serialization fields which specify how to serialize this class.
48       */
49      private static final XmlField[] serialPersistentFields
50        = new XmlField[]
51        {
52          new XmlField("endpoint",URI.class),
53          new XmlField("namespace",URI.class),
54          new XmlField("inputMessage",SoapMessage.class,false,true,false),
55          new XmlField("outputMessage",SoapMessage.class,false,true,false)    
56        };
57    
58      /**
59     * The endpoint where the operation is located.     * The endpoint where the operation is located.
60     *     *
61     * @serial the endpoint of the operation.     * @serial the endpoint of the operation.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26