public class SAAJFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DYNAMIC_PROTOCOL |
static String |
SOAP_1_1_PROTOCOL |
static String |
SOAP_1_2_PROTOCOL |
| Constructor and Description |
|---|
SAAJFactory() |
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.soap.MessageFactory |
createMessageFactory(String namespace)
Create MessageFactory using information from the envelope namespace
|
static javax.xml.soap.SOAPFactory |
createSOAPFactory(String namespace)
Create SOAPFactory using information from the envelope namespace
|
public static final String SOAP_1_1_PROTOCOL
public static final String SOAP_1_2_PROTOCOL
public static final String DYNAMIC_PROTOCOL
public static javax.xml.soap.SOAPFactory createSOAPFactory(String namespace) throws javax.xml.ws.WebServiceException, javax.xml.soap.SOAPException
namespace - javax.xml.ws.WebServiceExceptionjavax.xml.soap.SOAPExceptionpublic static javax.xml.soap.MessageFactory createMessageFactory(String namespace) throws javax.xml.ws.WebServiceException, javax.xml.soap.SOAPException
namespace - javax.xml.ws.WebServiceExceptionjavax.xml.soap.SOAPExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.