Package com.sun.xml.messaging.saaj.soap
Class SAAJMetaFactoryImpl
java.lang.Object
javax.xml.soap.SAAJMetaFactory
com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl
public class SAAJMetaFactoryImpl
extends javax.xml.soap.SAAJMetaFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.xml.soap.MessageFactorynewMessageFactory(String protocol) protected javax.xml.soap.SOAPFactorynewSOAPFactory(String protocol)
-
Field Details
-
log
-
-
Constructor Details
-
SAAJMetaFactoryImpl
public SAAJMetaFactoryImpl()
-
-
Method Details
-
newMessageFactory
protected javax.xml.soap.MessageFactory newMessageFactory(String protocol) throws javax.xml.soap.SOAPException - Specified by:
newMessageFactoryin classjavax.xml.soap.SAAJMetaFactory- Throws:
javax.xml.soap.SOAPException
-
newSOAPFactory
protected javax.xml.soap.SOAPFactory newSOAPFactory(String protocol) throws javax.xml.soap.SOAPException - Specified by:
newSOAPFactoryin classjavax.xml.soap.SAAJMetaFactory- Throws:
javax.xml.soap.SOAPException
-