org.apache.ws.scout
Class Printer

java.lang.Object
  extended by org.apache.ws.scout.Printer

public class Printer
extends java.lang.Object

Print out code for Registry Objects

Author:
Kurt Stam

Constructor Summary
Printer()
           
 
Method Summary
 java.lang.String getDescription(javax.xml.registry.infomodel.RegistryObject ro)
           
 java.lang.String getKey(javax.xml.registry.infomodel.RegistryObject ro)
           
 java.lang.String getName(javax.xml.registry.infomodel.RegistryObject ro)
           
 void printClassifications(javax.xml.registry.infomodel.Organization ro)
           
 void printExternalLinks(javax.xml.registry.infomodel.Concept concept)
           
 void printOrganisation(javax.xml.registry.infomodel.Organization org)
           
 void printServices(javax.xml.registry.infomodel.Organization org)
           
 void printUser(javax.xml.registry.infomodel.Organization org)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Printer

public Printer()
Method Detail

printOrganisation

public void printOrganisation(javax.xml.registry.infomodel.Organization org)
                       throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

printServices

public void printServices(javax.xml.registry.infomodel.Organization org)
                   throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

printUser

public void printUser(javax.xml.registry.infomodel.Organization org)
               throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

printExternalLinks

public void printExternalLinks(javax.xml.registry.infomodel.Concept concept)
                        throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

getName

public java.lang.String getName(javax.xml.registry.infomodel.RegistryObject ro)
                         throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

getDescription

public java.lang.String getDescription(javax.xml.registry.infomodel.RegistryObject ro)
                                throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

getKey

public java.lang.String getKey(javax.xml.registry.infomodel.RegistryObject ro)
                        throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

printClassifications

public void printClassifications(javax.xml.registry.infomodel.Organization ro)
                          throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.