Uses of Class
mail.communication.PackageBuildException

Packages that use PackageBuildException
mail.communication   
mail.communication.inet   
mail.node.remote   
mail.test   
 

Uses of PackageBuildException in mail.communication
 

Methods in mail.communication that throw PackageBuildException
protected abstract  void CPackage.build(org.w3c.dom.Element main, Address sender)
          Exactly the Information, that was created by CPackage.buildContent(Document) needs to be parsed.
protected abstract  org.w3c.dom.Element CPackage.buildContent(org.w3c.dom.Document d)
          builds an Element for the given Document out of this package.
static CPackage CPackage.buildPackage(Communicator c, org.w3c.dom.Document d, Address sender)
          builds the package specified by the XML-Document.
 org.w3c.dom.Document CPackage.send()
          parses this Package into a XML-Document, so this package can be send
abstract  void Communicator.sendPackage(CPackage p, Address to)
           
abstract  void Communicator.sendPackage(CPackage p, RemoteNode to)
           
 

Uses of PackageBuildException in mail.communication.inet
 

Methods in mail.communication.inet that throw PackageBuildException
 void InetCommunicator.sendPackage(CPackage p, Address to)
           
 void InetCommunicator.sendPackage(CPackage p, RemoteNode to)
           
 

Uses of PackageBuildException in mail.node.remote
 

Methods in mail.node.remote that throw PackageBuildException
protected  void NameStore.build(org.w3c.dom.Element main, Address sender)
           
 void NodeReply.build(org.w3c.dom.Element main, Address sender)
           
 void MailReply.build(org.w3c.dom.Element main, Address sender)
           
protected  void Store.build(org.w3c.dom.Element main, Address sender)
           
 void Add.build(org.w3c.dom.Element main, Address sender)
           
protected  org.w3c.dom.Element NameStore.buildContent(org.w3c.dom.Document d)
           
protected  org.w3c.dom.Element MailReply.buildContent(org.w3c.dom.Document d)
           
protected  org.w3c.dom.Element Store.buildContent(org.w3c.dom.Document d)
           
 

Uses of PackageBuildException in mail.test
 

Methods in mail.test that throw PackageBuildException
 void TestCommunicator.sendPackage(CPackage p, Address to)
           
 void TestCommunicator.sendPackage(CPackage p, RemoteNode to)