Uses of Class
org.apache.cxf.ws.transfer.Representation
Packages that use Representation
Package
Description
-
Uses of Representation in org.apache.cxf.ws.transfer
Fields in org.apache.cxf.ws.transfer declared as RepresentationModifier and TypeFieldDescriptionprotected RepresentationCreate.representationprotected RepresentationCreateResponse.representationprotected RepresentationGetResponse.representationprotected RepresentationPut.representationprotected RepresentationPutResponse.representationMethods in org.apache.cxf.ws.transfer that return RepresentationModifier and TypeMethodDescriptionObjectFactory.createRepresentation()Create an instance ofRepresentationCreate.getRepresentation()Gets the value of the representation property.CreateResponse.getRepresentation()Gets the value of the representation property.GetResponse.getRepresentation()Gets the value of the representation property.Put.getRepresentation()Gets the value of the representation property.PutResponse.getRepresentation()Gets the value of the representation property.Methods in org.apache.cxf.ws.transfer with parameters of type RepresentationModifier and TypeMethodDescriptionvoidCreate.setRepresentation(Representation value) Sets the value of the representation property.voidCreateResponse.setRepresentation(Representation value) Sets the value of the representation property.voidGetResponse.setRepresentation(Representation value) Sets the value of the representation property.voidPut.setRepresentation(Representation value) Sets the value of the representation property.voidPutResponse.setRepresentation(Representation value) Sets the value of the representation property. -
Uses of Representation in org.apache.cxf.ws.transfer.dialect
Methods in org.apache.cxf.ws.transfer.dialect that return RepresentationModifier and TypeMethodDescriptionDialect.processCreate(Create body) Method for processing incoming Create message by Dialect extension.Dialect.processPut(Put body, Representation representation) Method for processing incoming Put message by Dialect extension.Methods in org.apache.cxf.ws.transfer.dialect with parameters of type RepresentationModifier and TypeMethodDescriptionbooleanDialect.processDelete(Delete body, Representation representation) Method for processing incoming Delete message by Dialect extension.Dialect.processGet(Get body, Representation representation) Method for processing incoming Get message by Dialect extension.Dialect.processPut(Put body, Representation representation) Method for processing incoming Put message by Dialect extension. -
Uses of Representation in org.apache.cxf.ws.transfer.dialect.fragment
Methods in org.apache.cxf.ws.transfer.dialect.fragment that return RepresentationModifier and TypeMethodDescriptionFragmentDialect.processCreate(Create body) FragmentDialect.processPut(Put body, Representation representation) Methods in org.apache.cxf.ws.transfer.dialect.fragment with parameters of type RepresentationModifier and TypeMethodDescriptionbooleanFragmentDialect.processDelete(Delete body, Representation representation) jakarta.xml.bind.JAXBElement<ValueType>FragmentDialect.processGet(Get body, Representation representation) FragmentDialect.processPut(Put body, Representation representation) -
Uses of Representation in org.apache.cxf.ws.transfer.dialect.fragment.language
Methods in org.apache.cxf.ws.transfer.dialect.fragment.language with parameters of type RepresentationModifier and TypeMethodDescriptionFragmentDialectLanguage.getResourceFragment(Representation representation, ExpressionType expression) Returns fragment of resource, which is described by expression.FragmentDialectLanguageQName.getResourceFragment(Representation representation, ExpressionType expression) FragmentDialectLanguageXPath10.getResourceFragment(Representation representation, ExpressionType expression) -
Uses of Representation in org.apache.cxf.ws.transfer.manager
Methods in org.apache.cxf.ws.transfer.manager that return RepresentationModifier and TypeMethodDescriptionMemoryResourceManager.get(org.apache.cxf.ws.addressing.ReferenceParametersType ref) ResourceManager.get(org.apache.cxf.ws.addressing.ReferenceParametersType ref) Returns Representation object given by reference parameter.Methods in org.apache.cxf.ws.transfer.manager with parameters of type RepresentationModifier and TypeMethodDescriptionorg.apache.cxf.ws.addressing.ReferenceParametersTypeMemoryResourceManager.create(Representation initRepresentation) org.apache.cxf.ws.addressing.ReferenceParametersTypeResourceManager.create(Representation initRepresentation) Creates new Representation object from initRepresenation.voidMemoryResourceManager.put(org.apache.cxf.ws.addressing.ReferenceParametersType ref, Representation newRepresentation) voidResourceManager.put(org.apache.cxf.ws.addressing.ReferenceParametersType ref, Representation newRepresentation) Replaces Representation object given by reference parameter with newRepresentation. -
Uses of Representation in org.apache.cxf.ws.transfer.validationtransformation
Methods in org.apache.cxf.ws.transfer.validationtransformation with parameters of type RepresentationModifier and TypeMethodDescriptionResourceTypeIdentifier.identify(Representation representation) Returns true if the representation corresponds to type, which object represents.XSDResourceTypeIdentifier.identify(Representation representation) ResourceTransformer.transform(Representation newRepresentation, Representation oldRepresentation) XSLTResourceTransformer.transform(Representation newRepresentation, Representation oldRepresentation) booleanResourceValidator.validate(Representation newRepresentation, Representation oldRepresentation) booleanXSDResourceValidator.validate(Representation representation, Representation oldRepresentation) static voidValidAndTransformHelper.validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, Representation newRepresentation, Representation oldRepresentation) Validation and transformation process.