Package | Description |
---|---|
javax.xml.rpc.encoding | |
org.jboss.ws.core.binding | |
org.jboss.ws.core.jaxrpc |
Modifier and Type | Method and Description |
---|---|
TypeMapping |
TypeMappingRegistry.createTypeMapping()
Creates a new empty TypeMapping object.
|
TypeMapping |
TypeMappingRegistry.getDefaultTypeMapping()
Gets the registered default TypeMapping instance.
|
TypeMapping |
TypeMappingRegistry.getTypeMapping(String encodingStyleURI)
Returns the registered TypeMapping for the specified encodingStyle URI.
|
TypeMapping |
TypeMappingRegistry.register(String encodingStyleURI,
TypeMapping mapping)
Registers a TypeMapping instance with the TypeMappingRegistry.
|
TypeMapping |
TypeMappingRegistry.unregisterTypeMapping(String encodingStyleURI)
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
|
Modifier and Type | Method and Description |
---|---|
TypeMapping |
TypeMappingRegistry.register(String encodingStyleURI,
TypeMapping mapping)
Registers a TypeMapping instance with the TypeMappingRegistry.
|
void |
TypeMappingRegistry.registerDefault(TypeMapping mapping)
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
|
boolean |
TypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
Removes a TypeMapping from the TypeMappingRegistry.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeMappingImpl
This is the representation of a type mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
EncodedTypeMapping
This is the representation of a type mapping.
|
class |
LiteralTypeMapping
This is the representation of a type mapping.
|
Modifier and Type | Method and Description |
---|---|
TypeMapping |
TypeMappingRegistryImpl.createTypeMapping()
Creates a new empty TypeMapping object.
|
TypeMapping |
TypeMappingRegistryImpl.getDefaultTypeMapping()
Gets the registered default TypeMapping instance.
|
TypeMapping |
TypeMappingRegistryImpl.getTypeMapping(String encodingStyleURI)
Returns the registered TypeMapping for the specified encodingStyle URI.
|
TypeMapping |
TypeMappingRegistryImpl.register(String encodingStyleURI,
TypeMapping mapping)
Registers a TypeMapping instance with the TypeMappingRegistry.
|
TypeMapping |
TypeMappingRegistryImpl.unregisterTypeMapping(String encodingStyleURI)
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
|
Modifier and Type | Method and Description |
---|---|
TypeMapping |
TypeMappingRegistryImpl.register(String encodingStyleURI,
TypeMapping mapping)
Registers a TypeMapping instance with the TypeMappingRegistry.
|
void |
TypeMappingRegistryImpl.registerDefault(TypeMapping mapping)
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
|
boolean |
TypeMappingRegistryImpl.removeTypeMapping(TypeMapping mapping)
Removes a TypeMapping from the TypeMappingRegistry.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.