|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.registry.web.struts.bean.ServiceAccessUrl
public class ServiceAccessUrl
This class descriibes an access point for the screen
Field Summary | |
---|---|
(package private) boolean |
isWSDL
Stores a reference to whether the url is a WSDL file or not |
(package private) java.lang.String |
protocol
Stores a reference to the protocol type |
(package private) java.lang.String |
type
Stores a reference to the type WSDL or Acess Point |
(package private) java.lang.String |
url
Stores a reference to the access point URL |
Constructor Summary | |
---|---|
ServiceAccessUrl(java.lang.String protocol,
java.lang.String type,
java.lang.String url,
boolean isWSDL)
Contructor |
Method Summary | |
---|---|
java.lang.String |
getProtocol()
Gets the protocol |
java.lang.String |
getType()
Gets the type |
java.lang.String |
getUrl()
Gets the URL |
boolean |
isWSDL()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String protocol
java.lang.String type
java.lang.String url
boolean isWSDL
Constructor Detail |
---|
public ServiceAccessUrl(java.lang.String protocol, java.lang.String type, java.lang.String url, boolean isWSDL)
protocol
- The protocol typetype
- The access point typeurl
- The access point URLisWSDL
- true if access point is a WSDL fileMethod Detail |
---|
public java.lang.String getProtocol()
public java.lang.String getType()
public java.lang.String getUrl()
public boolean isWSDL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |