Class ResourceRemote
java.lang.Object
org.apache.cxf.ws.transfer.resource.ResourceLocal
org.apache.cxf.ws.transfer.resource.ResourceRemote
- All Implemented Interfaces:
Resource,ResourceFactory
Implementation of the Resource interface for resources, which are created remotely.
- See Also:
-
Field Summary
Fields inherited from class org.apache.cxf.ws.transfer.resource.ResourceLocal
context, dialects, manager, resourceTypeIdentifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.ws.transfer.CreateResponsecreate(org.apache.cxf.ws.transfer.Create body) Methods inherited from class org.apache.cxf.ws.transfer.resource.ResourceLocal
delete, get, getManager, getResourceTypeIdentifiers, put, registerDialect, setManager, setResourceTypeIdentifiers, unregisterDialect
-
Constructor Details
-
ResourceRemote
public ResourceRemote()
-
-
Method Details
-
create
public org.apache.cxf.ws.transfer.CreateResponse create(org.apache.cxf.ws.transfer.Create body) - Specified by:
createin interfaceResourceFactory
-