Class ServiceEndpointInterfaceMappingNode


  • public class ServiceEndpointInterfaceMappingNode
    extends JaxRpcMappingNode
    Version:
    1.1.5
    Author:
    Qingqing Ouyang
    • Constructor Detail

      • ServiceEndpointInterfaceMappingNode

        public ServiceEndpointInterfaceMappingNode()
        Default constructor.
    • Method Detail

      • write

        public Node write​(Node parent,
                          String nodeName,
                          Configuration config,
                          Port port)
                   throws Exception
        write the appropriate information to a DOM tree and return it
        Parameters:
        parent - node in the DOM tree
        nodeName - name for the root element for this DOM tree fragment
        config - jaxrpc configuration
        port - The Port to write the details of
        Returns:
        the DOM tree top node
        Throws:
        Exception