public interface ResourceManager
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.ws.addressing.ReferenceParametersType |
create(org.apache.cxf.ws.transfer.Representation initRepresentation)
Creates new Representation object from initRepresenation.
|
void |
delete(org.apache.cxf.ws.addressing.ReferenceParametersType ref)
Deletes Representation object given by reference parameter.
|
org.apache.cxf.ws.transfer.Representation |
get(org.apache.cxf.ws.addressing.ReferenceParametersType ref)
Returns Representation object given by reference parameter.
|
void |
put(org.apache.cxf.ws.addressing.ReferenceParametersType ref,
org.apache.cxf.ws.transfer.Representation newRepresentation)
Replaces Representation object given by reference parameter with newRepresentation.
|
org.apache.cxf.ws.transfer.Representation get(org.apache.cxf.ws.addressing.ReferenceParametersType ref)
ref - Reference parameter returned by create method.create(org.apache.cxf.ws.transfer.Representation)void delete(org.apache.cxf.ws.addressing.ReferenceParametersType ref)
ref - Reference parameter returned by create method.create(org.apache.cxf.ws.transfer.Representation)void put(org.apache.cxf.ws.addressing.ReferenceParametersType ref,
org.apache.cxf.ws.transfer.Representation newRepresentation)
ref - Reference parameter returned by create method.newRepresentation - New Representation object, which will replace the old one.create(org.apache.cxf.ws.transfer.Representation)org.apache.cxf.ws.addressing.ReferenceParametersType create(org.apache.cxf.ws.transfer.Representation initRepresentation)
initRepresentation - Representation object containing initial XML resource.Apache CXF