Class MemoryResourceManager

java.lang.Object
org.apache.cxf.ws.transfer.manager.MemoryResourceManager
All Implemented Interfaces:
ResourceManager

public class MemoryResourceManager extends Object implements ResourceManager
In memory implementation for ResourceManager interface.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    protected final Map<String,String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.ws.addressing.ReferenceParametersType
    create(Representation initRepresentation)
    Creates new Representation object from initRepresenation.
    void
    delete(org.apache.cxf.ws.addressing.ReferenceParametersType ref)
    Deletes Representation object given by reference parameter.
    get(org.apache.cxf.ws.addressing.ReferenceParametersType ref)
    Returns Representation object given by reference parameter.
    void
    put(org.apache.cxf.ws.addressing.ReferenceParametersType ref, Representation newRepresentation)
    Replaces Representation object given by reference parameter with newRepresentation.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait