XMLPartFactory
Creates an XMLPart object. The two common patterns are: - Create an empty message for a specific
protocol - Create a xmlPart sourced from OM (XMLStreamReader)
The FactoryRegistry should be used to get access to the Factory
See Also:org.apache.axis2.jaxws.registry.FactoryRegistry
create XMLPart from XMLStreamReader
Parameters: reader - XMLStreamReader Parameters: protocol - (if null, the soap protocol is inferred from the namespace) throws: MessageStreamException -
create XMLPart from OMElement
Parameters: omElement - OMElement Parameters: protocol - (if null, the soap protocol is inferred from the namespace) throws: WebServiceException -