|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.UriFactory
A factory producing IUris from various inputs.
Uri ::= scheme ':' remainder
Copyright (c) SAP AG 2001-2003
| Constructor Summary | |
UriFactory()
|
|
| Method Summary | |
static IHierarchicalUri |
parseHierarchicalUri(String externalForm)
Parse an IHierarchicalUri from its string representation |
static IAbsoluteUri |
parseUri(String externalForm)
Parse an IUri from its string representation |
static IUriReference |
parseUriReference(String externalForm)
Parse an uri reference from its string representation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UriFactory()
| Method Detail |
public static IHierarchicalUri parseHierarchicalUri(String externalForm)
throws MalformedURLException
externalForm - TBD: Description of the incoming method parameter
MalformedURLException - when uri is malformed or not
hierarchical
public static IAbsoluteUri parseUri(String externalForm)
throws MalformedURLException
externalForm - TBD: Description of the incoming method parameter
MalformedURLException - when uri is malformed
public static IUriReference parseUriReference(String externalForm)
throws MalformedURLException
externalForm - TBD: Description of the incoming method parameter
MalformedURLException - when uri reference is malformed
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||