| Package | Description |
|---|---|
| org.apache.cxf.ws.transfer.resource | |
| org.apache.cxf.ws.transfer.resourcefactory | |
| org.apache.cxf.ws.transfer.validationtransformation |
| Modifier and Type | Field and Description |
|---|---|
protected List<ResourceTypeIdentifier> |
ResourceLocal.resourceTypeIdentifiers |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTypeIdentifier> |
ResourceLocal.getResourceTypeIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceLocal.setResourceTypeIdentifiers(List<ResourceTypeIdentifier> resourceTypeIdentifiers) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ResourceTypeIdentifier> |
ResourceFactoryImpl.resourceTypeIdentifiers |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTypeIdentifier> |
ResourceFactoryImpl.getResourceTypeIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceFactoryImpl.setResourceTypeIdentifiers(List<ResourceTypeIdentifier> resourceTypeIdentifiers) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSDResourceTypeIdentifier
Implementation of the ResourceTypeIdentifier interface using by XSDSchema validation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ValidAndTransformHelper.validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers,
Representation newRepresentation,
Representation oldRepresentation)
Validation and transformation process.
|
Apache CXF