Class AbstractConduit

    • Field Detail

      • target

        protected final org.apache.cxf.ws.addressing.EndpointReferenceType target
    • Constructor Detail

      • AbstractConduit

        public AbstractConduit​(org.apache.cxf.ws.addressing.EndpointReferenceType t)
    • Method Detail

      • getTarget

        public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
        Specified by:
        getTarget in interface Conduit
        Returns:
        the reference associated with the target Destination
      • close

        public void close​(Message msg)
                   throws IOException
        Description copied from interface: Conduit
        Close the connections associated with the message
        Specified by:
        close in interface Conduit
        Parameters:
        msg - for which content should be closed.
        Throws:
        IOException
      • close

        public void close()
        Close the conduit.
        Specified by:
        close in interface Conduit