|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.sdkws.SDKWSExceptionMapper
public class SDKWSExceptionMapper
NOT IN USE YET.
| Field Summary | |
|---|---|
static Map<String,Class> |
EXCEPTION_MAP
Supported exception class mapping |
| Constructor Summary | |
|---|---|
SDKWSExceptionMapper(String ldapExceptionPrefix,
Map<String,List<String>> map)
Constructs the exception mapper from the attributes object. |
|
| Method Summary | |
|---|---|
NamingException |
map(AxisFault axisFault)
Maps exceptions that come from the endpoint into a saine LDAP exception. |
String |
toString()
Creates a string dump of the mappings map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Map<String,Class> EXCEPTION_MAP
| Constructor Detail |
|---|
public SDKWSExceptionMapper(String ldapExceptionPrefix,
Map<String,List<String>> map)
throws NamingException
ldapExceptionPrefix - the error prefix.map - the mapping that may contains exception name to endpoint error code.
NamingException - if any errors occur during the setup of the exception mappings.| Method Detail |
|---|
public NamingException map(AxisFault axisFault)
throws NamingException
axisFault - the endpoint exception.
NamingException - if any problems occur.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||