| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOAPFactory | |
|---|---|
| javax.xml.soap | Provides the API for creating and building SOAP messages. | 
| javax.xml.ws.soap | This package defines APIs specific to the SOAP binding. | 
| Uses of SOAPFactory in javax.xml.soap | 
|---|
| Methods in javax.xml.soap that return SOAPFactory | |
|---|---|
| static SOAPFactory | SOAPFactory.newInstance()Creates a new SOAPFactoryobject that is an instance of
 the default implementation (SOAP 1.1),
 This method uses the following ordered lookup procedure to determine the SOAPFactory implementation class to load:
 
   Use the javax.xml.soap.SOAPFactory system property. | 
| static SOAPFactory | SOAPFactory.newInstance(String protocol)Creates a new SOAPFactoryobject that is an instance of
 the specified implementation, this method uses the SAAJMetaFactory to 
 locate the implementation class and create the SOAPFactory instance. | 
| protected abstract  SOAPFactory | SAAJMetaFactory.newSOAPFactory(String protocol)Creates a SOAPFactoryobject for 
 the givenStringprotocol. | 
| Uses of SOAPFactory in javax.xml.ws.soap | 
|---|
| Methods in javax.xml.ws.soap that return SOAPFactory | |
|---|---|
|  SOAPFactory | SOAPBinding.getSOAPFactory()Gets the SAAJ SOAPFactoryinstance used by this SOAP binding. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.