Package com.sun.xml.messaging.saaj.soap
Class SAAJMetaFactoryImpl
- java.lang.Object
-
- jakarta.xml.soap.SAAJMetaFactory
-
- com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl
-
public class SAAJMetaFactoryImpl extends SAAJMetaFactory
-
-
Constructor Summary
Constructors Constructor Description SAAJMetaFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MessageFactorynewMessageFactory(String protocol)Creates aMessageFactoryobject for the givenStringprotocol.protected SOAPFactorynewSOAPFactory(String protocol)Creates aSOAPFactoryobject for the givenStringprotocol.
-
-
-
Method Detail
-
newMessageFactory
protected MessageFactory newMessageFactory(String protocol) throws SOAPException
Description copied from class:SAAJMetaFactoryCreates aMessageFactoryobject for the givenStringprotocol.- Specified by:
newMessageFactoryin classSAAJMetaFactory- Parameters:
protocol- aStringindicating the protocol- Returns:
- a
MessageFactory, not null - Throws:
SOAPException- if there is an error in creating the MessageFactory- See Also:
SOAPConstants.SOAP_1_1_PROTOCOL,SOAPConstants.SOAP_1_2_PROTOCOL,SOAPConstants.DYNAMIC_SOAP_PROTOCOL
-
newSOAPFactory
protected SOAPFactory newSOAPFactory(String protocol) throws SOAPException
Description copied from class:SAAJMetaFactoryCreates aSOAPFactoryobject for the givenStringprotocol.- Specified by:
newSOAPFactoryin classSAAJMetaFactory- Parameters:
protocol- aStringindicating the protocol- Returns:
- a
SOAPFactory, not null - Throws:
SOAPException- if there is an error in creating the SOAPFactory- See Also:
SOAPConstants.SOAP_1_1_PROTOCOL,SOAPConstants.SOAP_1_2_PROTOCOL,SOAPConstants.DYNAMIC_SOAP_PROTOCOL
-
-