Class ResourceRemote
- java.lang.Object
-
- org.apache.cxf.ws.transfer.resource.ResourceLocal
-
- org.apache.cxf.ws.transfer.resource.ResourceRemote
-
- All Implemented Interfaces:
Resource,ResourceFactory
public class ResourceRemote extends ResourceLocal implements ResourceFactory
Implementation of the Resource interface for resources, which are created remotely.- See Also:
ResourceResolver
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.ws.transfer.resource.ResourceLocal
context, dialects, manager, resourceTypeIdentifiers
-
-
Constructor Summary
Constructors Constructor Description ResourceRemote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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
-
-
-
-
Method Detail
-
create
public org.apache.cxf.ws.transfer.CreateResponse create(org.apache.cxf.ws.transfer.Create body)
- Specified by:
createin interfaceResourceFactory
-
-