javax.xml.soap
Class SAAJMetaFactory

java.lang.Object
  extended by javax.xml.soap.SAAJMetaFactory

public abstract class SAAJMetaFactory
extends Object


Constructor Summary
protected SAAJMetaFactory()
           
 
Method Summary
protected abstract  MessageFactory newMessageFactory(String s)
           
protected abstract  SOAPFactory newSOAPFactory(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(String s)
                                             throws SOAPException
Throws:
SOAPException

newSOAPFactory

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


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.