javax.xml.soap
Class SAAJMetaFactory

java.lang.Object
  extended by javax.xml.soap.SAAJMetaFactory
Direct Known Subclasses:
SAAJMetaFactoryImpl

public abstract class SAAJMetaFactory
extends java.lang.Object


Constructor Summary
protected SAAJMetaFactory()
           
 
Method Summary
protected abstract  MessageFactory newMessageFactory(java.lang.String s)
           
protected abstract  SOAPFactory newSOAPFactory(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAAJMetaFactory

protected SAAJMetaFactory()
Method Detail

newMessageFactory

protected abstract MessageFactory newMessageFactory(java.lang.String s)
                                             throws SOAPException
Throws:
SOAPException

newSOAPFactory

protected abstract SOAPFactory newSOAPFactory(java.lang.String s)
                                       throws SOAPException
Throws:
SOAPException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.