create(JAXBRIContext context, Object jaxbObject, SOAPVersion soapVersion) Creates a
Message backed by a JAXB bean.
Parameters: context - The JAXBContext to be used for marshalling. Parameters: jaxbObject - The JAXB object that represents the payload.
Creates a
Message backed by a JAXB bean.
Parameters: context - The JAXBContext to be used for marshalling. Parameters: jaxbObject - The JAXB object that represents the payload. must not be null. This objectmust be bound to an element (which means it either is a JAXBElement oran instanceof a class with XmlRootElement). Parameters: soapVersion - The SOAP version of the message. Must not be null.