Interface ResourceFactory

All Known Implementing Classes:
ResourceFactoryImpl, ResourceRemote

@Addressing(enabled=true, required=true) public interface ResourceFactory
The interface definition of a Resource Factory web service, according to the specification.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.ws.transfer.CreateResponse
    create(org.apache.cxf.ws.transfer.Create body)
     
  • Method Details

    • create

      @Action(input="http://www.w3.org/2011/03/ws-tra/Create", output="http://www.w3.org/2011/03/ws-tra/CreateResponse") org.apache.cxf.ws.transfer.CreateResponse create(org.apache.cxf.ws.transfer.Create body)