|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TSURLInterface
An implementation of the TSURLInterface is to be used for J2EE-TS testing. TS tests use this interface to obtain the URL String to use to access a given web component. If a given J2EE Server implmentation requires that URLs be created in a different manner, then this implementation can be replaced.
| Method Summary | |
|---|---|
java.lang.String |
getRequest(java.lang.String request)
This method is called by TS tests to get the request to use to access a given web component. |
java.net.URL |
getURL(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String file)
This method is called by TS tests to get the URL to use to access a given web component. |
java.lang.String |
getURLString(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String file)
This method is called by TS tests to get the URL to use to access a given web component. |
| Method Detail |
|---|
java.net.URL getURL(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String file)
throws java.net.MalformedURLException
protocol - - the name of the protocol.host - - the name of the host.port - - the port number.file - - the host file.
java.net.MalformedURLException
java.lang.String getURLString(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String file)
protocol - - the name of the protocol.host - - the name of the host.port - - the port number.file - - the host file.
java.lang.String getRequest(java.lang.String request)
request - - the request file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||