Where do I look for this property? Is it on the Server object somewhere? On Tue, May 23, 2017 at 3:27 AM Dennis Kieselhorst <[email protected]> wrote:
> > Is there a way to ascertain the full address of a server created with > > JAXRSServerFactoryBean? For example, if I only set the address to > "/foo", > > is there any way to know that the full address is actually " > > http://10.1.1.1/cxf/foo"? > > You can get the Address from EndpointInfo or use the publishedEndpointUrl > property. > > Regards > Dennis >
