public static MessageFactory newInstance () throws SOAPException

Creates a new MessageFactory object that is an instance of the default implementation (SOAP 1.1), This method uses the following ordered lookup procedure to determine the MessageFactory implementation class to load:

Returns:  a new instance of a MessageFactory

Exceptions:
SOAPException    if there was an error in creating the default implementation of the MessageFactory.

See also:
SAAJMetaFactory