List of usage examples for javax.xml.soap SOAPPart getValue
public String getValue();
From source file:com.googlecode.ddom.saaj.SOAPPartTest.java
@Validated @Test//from www .jav a 2 s. com public void testGetValue() throws Exception { SOAPPart soapPart = factory.createMessage().getSOAPPart(); assertNull(soapPart.getValue()); }