| Modifier and Type | Field and Description |
|---|---|
protected Representation |
Put.representation |
protected Representation |
PutResponse.representation |
protected Representation |
GetResponse.representation |
protected Representation |
CreateResponse.representation |
protected Representation |
Create.representation |
| Modifier and Type | Method and Description |
|---|---|
Representation |
ObjectFactory.createRepresentation()
Create an instance of
Representation |
Representation |
Put.getRepresentation()
Gets the value of the representation property.
|
Representation |
PutResponse.getRepresentation()
Gets the value of the representation property.
|
Representation |
GetResponse.getRepresentation()
Gets the value of the representation property.
|
Representation |
CreateResponse.getRepresentation()
Gets the value of the representation property.
|
Representation |
Create.getRepresentation()
Gets the value of the representation property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Put.setRepresentation(Representation value)
Sets the value of the representation property.
|
void |
PutResponse.setRepresentation(Representation value)
Sets the value of the representation property.
|
void |
GetResponse.setRepresentation(Representation value)
Sets the value of the representation property.
|
void |
CreateResponse.setRepresentation(Representation value)
Sets the value of the representation property.
|
void |
Create.setRepresentation(Representation value)
Sets the value of the representation property.
|
| Modifier and Type | Method and Description |
|---|---|
Representation |
Dialect.processCreate(Create body)
Method for processing incoming Create message by Dialect extension.
|
Representation |
Dialect.processPut(Put body,
Representation representation)
Method for processing incoming Put message by Dialect extension.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Dialect.processDelete(Delete body,
Representation representation)
Method for processing incoming Delete message by Dialect extension.
|
Object |
Dialect.processGet(Get body,
Representation representation)
Method for processing incoming Get message by Dialect extension.
|
Representation |
Dialect.processPut(Put body,
Representation representation)
Method for processing incoming Put message by Dialect extension.
|
| Modifier and Type | Method and Description |
|---|---|
Representation |
FragmentDialect.processCreate(Create body) |
Representation |
FragmentDialect.processPut(Put body,
Representation representation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FragmentDialect.processDelete(Delete body,
Representation representation) |
JAXBElement<ValueType> |
FragmentDialect.processGet(Get body,
Representation representation) |
Representation |
FragmentDialect.processPut(Put body,
Representation representation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FragmentDialectLanguage.getResourceFragment(Representation representation,
ExpressionType expression)
Returns fragment of resource, which is described by expression.
|
Object |
FragmentDialectLanguageQName.getResourceFragment(Representation representation,
ExpressionType expression) |
Object |
FragmentDialectLanguageXPath10.getResourceFragment(Representation representation,
ExpressionType expression) |
| Modifier and Type | Method and Description |
|---|---|
Representation |
ResourceManager.get(org.apache.cxf.ws.addressing.ReferenceParametersType ref)
Returns Representation object given by reference parameter.
|
Representation |
MemoryResourceManager.get(org.apache.cxf.ws.addressing.ReferenceParametersType ref) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.ws.addressing.ReferenceParametersType |
ResourceManager.create(Representation initRepresentation)
Creates new Representation object from initRepresenation.
|
org.apache.cxf.ws.addressing.ReferenceParametersType |
MemoryResourceManager.create(Representation initRepresentation) |
void |
ResourceManager.put(org.apache.cxf.ws.addressing.ReferenceParametersType ref,
Representation newRepresentation)
Replaces Representation object given by reference parameter with newRepresentation.
|
void |
MemoryResourceManager.put(org.apache.cxf.ws.addressing.ReferenceParametersType ref,
Representation newRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
ResourceTypeIdentifierResult |
XSDResourceTypeIdentifier.identify(Representation representation) |
ResourceTypeIdentifierResult |
ResourceTypeIdentifier.identify(Representation representation)
Returns true if the representation corresponds to type, which object represents.
|
ResourceValidator |
ResourceTransformer.transform(Representation newRepresentation,
Representation oldRepresentation) |
ResourceValidator |
XSLTResourceTransformer.transform(Representation newRepresentation,
Representation oldRepresentation) |
boolean |
ResourceValidator.validate(Representation newRepresentation,
Representation oldRepresentation) |
boolean |
XSDResourceValidator.validate(Representation representation,
Representation oldRepresentation) |
static void |
ValidAndTransformHelper.validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers,
Representation newRepresentation,
Representation oldRepresentation)
Validation and transformation process.
|
Apache CXF