Class EndpointInfo

    • Constructor Detail

      • EndpointInfo

        public EndpointInfo()
    • Method Detail

      • getTransportId

        public String getTransportId()
      • setTransportId

        public void setTransportId​(String tid)
      • setService

        public void setService​(ServiceInfo s)
      • setName

        public void setName​(QName n)
      • setBinding

        public void setBinding​(BindingInfo b)
      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String addr)
      • setAddress

        public void setAddress​(org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
      • getTraversedExtensor

        public <T> T getTraversedExtensor​(T defaultValue,
                                          Class<T> type)
        Description copied from class: AbstractPropertiesHolder
        Lookup a configuration value. This may be found in the properties holder supplied (i.e. an EndpointInfo or ServiceInfo), or it may be a property on the Bus itself. If no value is found, the defaultValue is returned.
        Overrides:
        getTraversedExtensor in class AbstractPropertiesHolder
        Parameters:
        defaultValue - the default value
        type - the extensor type
        Returns:
        the configuration value or the default
      • getTarget

        public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
      • isSameAs

        public boolean isSameAs​(EndpointInfo epInfo)