Class TieBase

    • Field Detail

      • typeMappingRegistry

        protected javax.xml.rpc.encoding.TypeMappingRegistry typeMappingRegistry
    • Constructor Detail

      • TieBase

        protected TieBase​(javax.xml.rpc.encoding.TypeMappingRegistry registry)
                   throws Exception
        Throws:
        Exception
    • Method Detail

      • setTarget

        public void setTarget​(Remote servant)
        Specified by:
        setTarget in interface Tie
      • getTarget

        public Remote getTarget()
        Description copied from interface: Tie
        Gets the target service implementation object (that implements java.rmi.Remote interface) for this Tie instance.
        Specified by:
        getTarget in interface Tie
      • destroy

        public void destroy()
        Description copied from interface: Tie
        Signals the Tie that it's about to be disposed of, giving it a chance to release any resources it might hold.
        Specified by:
        destroy in interface Tie