Example usage for javax.xml.soap SOAPBodyElement interface-usage

List of usage examples for javax.xml.soap SOAPBodyElement interface-usage

Introduction

In this page you can find the example usage for javax.xml.soap SOAPBodyElement interface-usage.

Usage

From source file org.apache.axis.message.SOAPBodyElement.java

/** 
 * A Body element.
 */
public class SOAPBodyElement extends MessageElement implements javax.xml.soap.SOAPBodyElement {

    private static Log log = LogFactory.getLog(SOAPBodyElement.class.getName());