Uses of Class
org.openehealth.ipf.commons.ihe.ws.cxf.payload.StringPayloadHolder.PayloadType
-
Packages that use StringPayloadHolder.PayloadType Package Description org.openehealth.ipf.commons.ihe.ws.cxf.payload -
-
Uses of StringPayloadHolder.PayloadType in org.openehealth.ipf.commons.ihe.ws.cxf.payload
Methods in org.openehealth.ipf.commons.ihe.ws.cxf.payload that return StringPayloadHolder.PayloadType Modifier and Type Method Description static StringPayloadHolder.PayloadTypeStringPayloadHolder.PayloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static StringPayloadHolder.PayloadType[]StringPayloadHolder.PayloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.ws.cxf.payload with parameters of type StringPayloadHolder.PayloadType Modifier and Type Method Description StringStringPayloadHolder. get(StringPayloadHolder.PayloadType payloadType)voidStringPayloadHolder. put(StringPayloadHolder.PayloadType payloadType, String payload)voidStringPayloadHolder. remove(StringPayloadHolder.PayloadType payloadType)Constructors in org.openehealth.ipf.commons.ihe.ws.cxf.payload with parameters of type StringPayloadHolder.PayloadType Constructor Description InPayloadExtractorInterceptor(StringPayloadHolder.PayloadType payloadType)
-