net.bioclipse.xws.binding
Interface IIoFactory


public interface IIoFactory


Method Summary
 org.apache.xmlbeans.XmlObject createInputObject()
          Creates a new input object.
 org.apache.xmlbeans.XmlObject getOutputObject(org.w3c.dom.Element output)
          Returns a XMLBeans XmlObject for the specified output XML element.
 

Method Detail

createInputObject

org.apache.xmlbeans.XmlObject createInputObject()
Creates a new input object.

Returns:
A new input object.

getOutputObject

org.apache.xmlbeans.XmlObject getOutputObject(org.w3c.dom.Element output)
                                              throws org.apache.xmlbeans.XmlException
Returns a XMLBeans XmlObject for the specified output XML element. The XMLBeans XmlObject can be casted to the correct output object class (implements XmlObjects) associated with the XMPP Service function

Parameters:
output - The output object.
Returns:
A XMLBeans XmlObject or null.
Throws:
org.apache.xmlbeans.XmlException