- java.lang.Object
-
- javax.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)protected SOAPFactorynewSOAPFactory(String protocol)
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Method Detail
-
newMessageFactory
protected MessageFactory newMessageFactory(String protocol) throws SOAPException
- Specified by:
newMessageFactoryin classSAAJMetaFactory- Throws:
SOAPException
-
newSOAPFactory
protected SOAPFactory newSOAPFactory(String protocol) throws SOAPException
- Specified by:
newSOAPFactoryin classSAAJMetaFactory- Throws:
SOAPException
-
-