public class SAAJMetaFactoryImpl extends SAAJMetaFactory
| Constructor and Description |
|---|
SAAJMetaFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected MessageFactory |
newMessageFactory(String protocol)
Creates a
MessageFactory object for
the given String protocol. |
protected SOAPFactory |
newSOAPFactory(String protocol)
Creates a
SOAPFactory object for
the given String protocol. |
protected static final Logger log
protected MessageFactory newMessageFactory(String protocol) throws SOAPException
SAAJMetaFactoryMessageFactory object for
the given String protocol.newMessageFactory in class SAAJMetaFactoryprotocol - a String indicating the protocolSOAPException - if there is an error in creating the
MessageFactorySOAPConstants.SOAP_1_1_PROTOCOL,
SOAPConstants.SOAP_1_2_PROTOCOL,
SOAPConstants.DYNAMIC_SOAP_PROTOCOLprotected SOAPFactory newSOAPFactory(String protocol) throws SOAPException
SAAJMetaFactorySOAPFactory object for
the given String protocol.newSOAPFactory in class SAAJMetaFactoryprotocol - a String indicating the protocolSOAPException - if there is an error in creating the
SOAPFactorySOAPConstants.SOAP_1_1_PROTOCOL,
SOAPConstants.SOAP_1_2_PROTOCOL,
SOAPConstants.DYNAMIC_SOAP_PROTOCOLCopyright © 2019 JBoss by Red Hat. All rights reserved.