Uses of Interface
org.apache.cxf.ws.transfer.dialect.Dialect
-
Packages that use Dialect Package Description org.apache.cxf.ws.transfer.dialect.fragment org.apache.cxf.ws.transfer.resource org.apache.cxf.ws.transfer.resourcefactory -
-
Uses of Dialect in org.apache.cxf.ws.transfer.dialect.fragment
Classes in org.apache.cxf.ws.transfer.dialect.fragment that implement Dialect Modifier and Type Class Description classFragmentDialectImplementation of the WS-Fragment dialect. -
Uses of Dialect in org.apache.cxf.ws.transfer.resource
Fields in org.apache.cxf.ws.transfer.resource with type parameters of type Dialect Modifier and Type Field Description protected Map<String,Dialect>ResourceLocal. dialectsMethods in org.apache.cxf.ws.transfer.resource with parameters of type Dialect Modifier and Type Method Description voidResourceLocal. registerDialect(String iri, Dialect dialect)Register Dialect object for URI. -
Uses of Dialect in org.apache.cxf.ws.transfer.resourcefactory
Fields in org.apache.cxf.ws.transfer.resourcefactory with type parameters of type Dialect Modifier and Type Field Description protected Map<String,Dialect>ResourceFactoryImpl. dialectsMethods in org.apache.cxf.ws.transfer.resourcefactory with parameters of type Dialect Modifier and Type Method Description voidResourceFactoryImpl. registerDialect(String uri, Dialect dialect)Register Dialect object for URI.
-