Package javax.xml.soap
Class SAAJMetaFactory
- java.lang.Object
-
- javax.xml.soap.SAAJMetaFactory
-
public abstract class SAAJMetaFactory extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSAAJMetaFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract MessageFactorynewMessageFactory(String protocol)protected abstract SOAPFactorynewSOAPFactory(String protocol)
-
-
-
Method Detail
-
newMessageFactory
protected abstract MessageFactory newMessageFactory(String protocol) throws SOAPException
- Throws:
SOAPException
-
newSOAPFactory
protected abstract SOAPFactory newSOAPFactory(String protocol) throws SOAPException
- Throws:
SOAPException
-
-