|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidLengthException | |
---|---|
org.jafer.registry | |
org.jafer.registry.model | |
org.jafer.registry.uddi | |
org.jafer.registry.uddi.model |
Uses of InvalidLengthException in org.jafer.registry |
---|
Methods in org.jafer.registry that throw InvalidLengthException | |
---|---|
Contact |
ServiceManager.createNewContact(java.lang.String name)
Creates a new service provider contact. |
Contact |
ServiceManager.createNewContact(java.lang.String name,
java.lang.String desc,
java.lang.String phone,
java.lang.String email)
Creates a new contact object specifying all the contacts details. |
Uses of InvalidLengthException in org.jafer.registry.model |
---|
Methods in org.jafer.registry.model that throw InvalidLengthException | |
---|---|
void |
Service.setAccessUrl(Protocol protocol,
java.lang.String url)
Sets the access url for the service. |
void |
ServiceProvider.setDescription(java.lang.String description)
Sets the description for the service provider. |
void |
Service.setDescription(java.lang.String description)
Sets the description of th service. |
void |
Contact.setDescrition(java.lang.String description)
Sets the description of the contact in English |
void |
Contact.setEmail(java.lang.String email)
Sets the email of the contact |
void |
ServiceProvider.setHomePage(java.lang.String url)
Sets the home page for the service provider. |
void |
ServiceProvider.setName(java.lang.String name)
Sets the name of the service provider. |
void |
Service.setName(java.lang.String name)
Sets the name of this service. |
void |
Contact.setName(java.lang.String name)
Sets the name of the contact |
void |
Contact.setPhone(java.lang.String phone)
Sets the phone of the contact |
void |
Service.setWSDLUrl(Protocol protocol,
java.lang.String url)
Sets the WSDL file for the service. |
Uses of InvalidLengthException in org.jafer.registry.uddi |
---|
Methods in org.jafer.registry.uddi that throw InvalidLengthException | |
---|---|
Contact |
ServiceManager.createNewContact(java.lang.String name)
Creates a new service provider contact. |
Contact |
ServiceManager.createNewContact(java.lang.String name,
java.lang.String desc,
java.lang.String phone,
java.lang.String email)
Creates a new contact object specifying all the contacts details. |
Uses of InvalidLengthException in org.jafer.registry.uddi.model |
---|
Methods in org.jafer.registry.uddi.model that throw InvalidLengthException | |
---|---|
void |
BusinessService.setAccessUrl(Protocol protocol,
java.lang.String url)
Sets the access url for the service. |
void |
BusinessService.setDescription(java.lang.String description)
Sets the description of th service. |
void |
BusinessEntity.setDescription(java.lang.String description)
Sets the description for the service provider. |
void |
Contact.setDescrition(java.lang.String description)
Sets the description of the contact in English |
void |
Contact.setEmail(java.lang.String email)
Sets the email of the contact |
void |
BusinessEntity.setHomePage(java.lang.String newUrl)
Sets the home page for the service provider. |
void |
Contact.setName(java.lang.String name)
Sets the name of the contact |
void |
BusinessService.setName(java.lang.String name)
Sets the name of this service. |
void |
BusinessEntity.setName(java.lang.String name)
Sets the name for the service provider. |
void |
Contact.setPhone(java.lang.String phone)
Sets the phone of the contact |
void |
BusinessService.setWSDLUrl(Protocol protocol,
java.lang.String url)
Sets the WSDL file for the service. |
Constructors in org.jafer.registry.uddi.model that throw InvalidLengthException | |
---|---|
Contact(java.lang.String name)
Constructor for the UDDI contact object |
|
Contact(java.lang.String name,
java.lang.String desc,
java.lang.String phone,
java.lang.String email)
Constructor for the UDDI contact object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |