Class ResourceLocal
java.lang.Object
org.apache.cxf.ws.transfer.resource.ResourceLocal
- All Implemented Interfaces:
Resource
- Direct Known Subclasses:
ResourceRemote
Implementation of the Resource interface for resources, which are created locally.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.ws.WebServiceContextprotected ResourceManagerprotected List<ResourceTypeIdentifier> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.ws.transfer.DeleteResponsedelete(org.apache.cxf.ws.transfer.Delete body) org.apache.cxf.ws.transfer.GetResponseget(org.apache.cxf.ws.transfer.Get body) org.apache.cxf.ws.transfer.PutResponseput(org.apache.cxf.ws.transfer.Put body) voidregisterDialect(String iri, Dialect dialect) Register Dialect object for URI.voidsetManager(ResourceManager manager) voidsetResourceTypeIdentifiers(List<ResourceTypeIdentifier> resourceTypeIdentifiers) voidunregisterDialect(String iri) Unregister dialect URI.
-
Field Details
-
context
protected jakarta.xml.ws.WebServiceContext context -
manager
-
resourceTypeIdentifiers
-
dialects
-
-
Constructor Details
-
ResourceLocal
public ResourceLocal()
-
-
Method Details
-
getManager
-
setManager
-
getResourceTypeIdentifiers
-
setResourceTypeIdentifiers
-
registerDialect
Register Dialect object for URI.- Parameters:
iri-dialect-
-
unregisterDialect
Unregister dialect URI.- Parameters:
iri-
-
get
public org.apache.cxf.ws.transfer.GetResponse get(org.apache.cxf.ws.transfer.Get body) -
delete
public org.apache.cxf.ws.transfer.DeleteResponse delete(org.apache.cxf.ws.transfer.Delete body) -
put
public org.apache.cxf.ws.transfer.PutResponse put(org.apache.cxf.ws.transfer.Put body)
-