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 MessageFactory newMessageFactory(String protocol) throws SOAPException
SAAJMetaFactory
MessageFactory
object for
the given String
protocol.newMessageFactory
in class SAAJMetaFactory
protocol
- 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_PROTOCOL
protected SOAPFactory newSOAPFactory(String protocol) throws SOAPException
SAAJMetaFactory
SOAPFactory
object for
the given String
protocol.newSOAPFactory
in class SAAJMetaFactory
protocol
- 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_PROTOCOL
Copyright © 2018 JBoss by Red Hat. All rights reserved.