1 16 package org.apache.axis2.saaj; 17 18 import org.apache.axis2.om.OMElement; 19 20 import javax.xml.soap.SOAPBodyElement ; 21 22 28 public class SOAPBodyElementImpl extends SOAPElementImpl implements 29 SOAPBodyElement { 30 31 35 public SOAPBodyElementImpl(){ 36 super(); 37 } 38 39 43 public SOAPBodyElementImpl(OMElement bodyElement){ 44 super(bodyElement); 45 } 46 47 } 48 | Popular Tags |