Uses of Class
com.helger.phase4.soap12.Soap12Body
Packages that use Soap12Body
-
Uses of Soap12Body in com.helger.phase4.soap12
Methods in com.helger.phase4.soap12 that return Soap12BodyModifier and TypeMethodDescriptionSoap12Body.clone()Created by ph-jaxb22-plugin -Xph-cloneable2ObjectFactory.createSoap12Body()Create an instance ofSoap12BodySoap12Envelope.getBody()Gets the value of the body property.Methods in com.helger.phase4.soap12 that return types with arguments of type Soap12BodyMethods in com.helger.phase4.soap12 with parameters of type Soap12BodyModifier and TypeMethodDescriptionvoidSoap12Body.cloneTo(Soap12Body ret) This method clones all values from <code>this</code> to the passed object.ObjectFactory.createBody(Soap12Body value) voidSoap12Envelope.setBody(Soap12Body value) Sets the value of the body property.