> 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
