com.sun.xml.messaging.saaj.soap
Class SAAJMetaFactoryImpl

java.lang.Object
  extended by javax.xml.soap.SAAJMetaFactory
      extended by com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl

public class SAAJMetaFactoryImpl
extends SAAJMetaFactory


Field Summary
protected static Logger log
           
 
Constructor Summary
SAAJMetaFactoryImpl()
           
 
Method Summary
protected  MessageFactory newMessageFactory(String protocol)
           
protected  SOAPFactory newSOAPFactory(String protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

SAAJMetaFactoryImpl

public SAAJMetaFactoryImpl()
Method Detail

newMessageFactory

protected MessageFactory newMessageFactory(String protocol)
                                    throws SOAPException
Specified by:
newMessageFactory in class SAAJMetaFactory
Throws:
SOAPException

newSOAPFactory

protected SOAPFactory newSOAPFactory(String protocol)
                              throws SOAPException
Specified by:
newSOAPFactory in class SAAJMetaFactory
Throws:
SOAPException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.