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 MessageFactory |
createMessageFactory(String namespace)
Create MessageFactory using information from the envelope namespace
|
static 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 SOAPFactory createSOAPFactory(String namespace) throws WebServiceException, SOAPException
namespace
- WebServiceException
SOAPException
public static MessageFactory createMessageFactory(String namespace) throws WebServiceException, SOAPException
namespace
- WebServiceException
SOAPException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.