Interface ResourceResolver

  • All Known Implementing Classes:
    SimpleResourceResolver

    public interface ResourceResolver
    The interface for resolving, where the Resource will be created.
    • Method Detail

      • resolve

        ResourceReference resolve​(org.apache.cxf.ws.transfer.Create body)
        Method for resolving, where the Resource will be created.
        Parameters:
        body - SOAP body
        Returns:
        ResourceReference object. If the Resource should be created locally, so the ResourceReference object must contain address and reference to the ResourceManager object. Otherwise the ResourceReference must contain only the address to the ResourceRemote endpoint.