Package | Description |
---|---|
org.apache.cxf.ws.transfer.dialect.fragment | |
org.apache.cxf.ws.transfer.resource | |
org.apache.cxf.ws.transfer.resourcefactory |
Modifier and Type | Class and Description |
---|---|
class |
FragmentDialect
Implementation of the WS-Fragment dialect.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Dialect> |
ResourceLocal.dialects |
Modifier and Type | Method and Description |
---|---|
void |
ResourceLocal.registerDialect(String iri,
Dialect dialect)
Register Dialect object for URI.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Dialect> |
ResourceFactoryImpl.dialects |
Modifier and Type | Method and Description |
---|---|
void |
ResourceFactoryImpl.registerDialect(String uri,
Dialect dialect)
Register Dialect object for URI.
|
Apache CXF