public class EncodedTypeMapping extends TypeMappingImpl
TypeMappingImpl.FactoryPair| Constructor and Description |
|---|
EncodedTypeMapping()
Construct the default encoded type mapping.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getSupportedEncodings()
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
|
void |
setSupportedEncodings(String[] encodingStyleURIs)
Sets the encodingStyle URIs supported by this TypeMapping instance.
|
getDeserializer, getJavaType, getJavaType, getJavaTypeName, getJavaTypes, getRegisteredJavaTypes, getRegisteredXmlTypes, getSerializer, getXMLType, getXMLType, getXMLTypes, isRegistered, register, registerStandardLiteralTypes, removeDeserializer, removeSerializerpublic EncodedTypeMapping()
public String[] getSupportedEncodings()
getSupportedEncodings in interface javax.xml.rpc.encoding.TypeMappinggetSupportedEncodings in class TypeMappingImplpublic void setSupportedEncodings(String[] encodingStyleURIs)
setSupportedEncodings in interface javax.xml.rpc.encoding.TypeMappingsetSupportedEncodings in class TypeMappingImplencodingStyleURIs - Array of encodingStyle URIs for the supported encoding stylesCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.