| Parses a binding ID string into
BindingID if possible.
a non-null return value would cause the JAX-WS RI to considerthe parsing to be successful. No furhter BindingIDFactorywill be consulted. Retruning a null value indicates that this factory doesn't understandthis string, in which case the JAX-WS RI will keep asking nextBindingIDFactory. throws: WebServiceException - if the implementation understood the lexical value but it is not correct,this exception can be thrown to abort the parsing with error.No further BindingIDFactory will be consulted, andBindingID.parse(String) will throw the exception. |