|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageFactory | |
---|---|
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 MessageFactory in javax.xml.soap |
---|
Methods in javax.xml.soap that return MessageFactory | |
---|---|
static MessageFactory |
MessageFactory.newInstance()
Creates a new MessageFactory object that is an instance
of the default implementation (SOAP 1.1),
This method uses the following ordered lookup procedure to determine the MessageFactory implementation class to load:
Use the javax.xml.soap.MessageFactory system property. |
static MessageFactory |
MessageFactory.newInstance(String protocol)
Creates a new MessageFactory object that is an instance
of the specified implementation. |
protected abstract MessageFactory |
SAAJMetaFactory.newMessageFactory(String protocol)
Creates a MessageFactory object for
the given String protocol. |
Uses of MessageFactory in javax.xml.ws.soap |
---|
Methods in javax.xml.ws.soap that return MessageFactory | |
---|---|
MessageFactory |
SOAPBinding.getMessageFactory()
Gets the SAAJ MessageFactory instance used by this SOAP binding. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.