|
Préférences
Moteurs de recherche
|
|||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.soap
|
Constructor Summary | |
---|---|
protected |
SAAJMetaFactory()
|
Method Summary | |
---|---|
protected abstract MessageFactory |
newMessageFactory(String protocol)
Creates a MessageFactory object for
the given String protocol. |
protected abstract SOAPFactory |
newSOAPFactory(String protocol)
Creates a SOAPFactory object for
the given String protocol. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SAAJMetaFactory()
Method Detail |
---|
protected abstract MessageFactory newMessageFactory(String protocol) throws SOAPException
MessageFactory
object for
the given String
protocol.
protocol
- a String
indicating the protocol
SOAPException
- if there is an error in creating the
MessageFactorySOAPConstants.SOAP_1_1_PROTOCOL
,
SOAPConstants.SOAP_1_2_PROTOCOL
,
SOAPConstants.DYNAMIC_SOAP_PROTOCOL
protected abstract SOAPFactory newSOAPFactory(String protocol) throws SOAPException
SOAPFactory
object for
the given String
protocol.
protocol
- a String
indicating the protocol
SOAPException
- if there is an error in creating the
SOAPFactorySOAPConstants.SOAP_1_1_PROTOCOL
,
SOAPConstants.SOAP_1_2_PROTOCOL
,
SOAPConstants.DYNAMIC_SOAP_PROTOCOL