|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact | |
---|---|
org.jafer.registry | |
org.jafer.registry.model | |
org.jafer.registry.uddi | |
org.jafer.registry.uddi.model |
Uses of Contact in org.jafer.registry |
---|
Methods in org.jafer.registry that return Contact | |
---|---|
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 Contact in org.jafer.registry.model |
---|
Methods in org.jafer.registry.model that return Contact | |
---|---|
Contact |
ServiceProvider.getContact()
Get a COPY of the contact information for the service provider. |
Methods in org.jafer.registry.model with parameters of type Contact | |
---|---|
void |
ServiceProvider.setContact(Contact contact)
Set the contact information for the service provider. |
Uses of Contact in org.jafer.registry.uddi |
---|
Methods in org.jafer.registry.uddi that return Contact | |
---|---|
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 Contact in org.jafer.registry.uddi.model |
---|
Classes in org.jafer.registry.uddi.model that implement Contact | |
---|---|
class |
Contact
This class represent a contact for a business entity.This Class should never be directly instantiated. |
Methods in org.jafer.registry.uddi.model that return Contact | |
---|---|
Contact |
BusinessEntity.getContact()
Get a COPY of the contact information for the service provider. |
Methods in org.jafer.registry.uddi.model with parameters of type Contact | |
---|---|
void |
BusinessEntity.setContact(Contact newContact)
Set the contact information for the service provider. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |