org.apache.beehive.wsm.jsr181.processor.apt
Class WebServiceMetadataViewer

Object
  extended by WebServiceMetadataViewer

public class WebServiceMetadataViewer
extends Object


Constructor Summary
WebServiceMetadataViewer()
           
 
Method Summary
static void print(BeehiveWsMethodMetadata webServiceMETHODMetadata)
           
static void print(BeehiveWsParameterMetadata webServicePARAMETERMetadata)
           
static void print(BeehiveWsSecurityRolesInfo securityRolesInfo)
           
static void print(BeehiveWsSOAPBindingInfo soapBindingInfo)
           
static void print(BeehiveWsTypeMetadata webServiceTYPEMetadata)
           
static void print(Collection collection)
           
static void print(int tab, BeehiveWsMethodMetadata webServiceMETHODMetadata)
           
static void print(int tab, BeehiveWsParameterMetadata webServicePARAMETERMetadata)
           
static void print(int tab, BeehiveWsSecurityRolesInfo securityRolesInfo)
           
static void print(int tab, BeehiveWsSOAPBindingInfo soapBindingInfo)
           
static void print(int tab, BeehiveWsTypeMetadata webServiceTYPEMetadata)
           
static void print(int tab, Collection collection)
           
static void print(int tab, String msg)
           
static void print(int tab, String msg, Object data)
           
static void print(String msg)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceMetadataViewer

public WebServiceMetadataViewer()
Method Detail

print

public static void print(BeehiveWsTypeMetadata webServiceTYPEMetadata)

print

public static void print(int tab,
                         BeehiveWsTypeMetadata webServiceTYPEMetadata)

print

public static void print(Collection collection)

print

public static void print(int tab,
                         Collection collection)

print

public static void print(BeehiveWsMethodMetadata webServiceMETHODMetadata)

print

public static void print(int tab,
                         BeehiveWsMethodMetadata webServiceMETHODMetadata)

print

public static void print(BeehiveWsParameterMetadata webServicePARAMETERMetadata)

print

public static void print(int tab,
                         BeehiveWsParameterMetadata webServicePARAMETERMetadata)

print

public static void print(BeehiveWsSOAPBindingInfo soapBindingInfo)

print

public static void print(int tab,
                         BeehiveWsSOAPBindingInfo soapBindingInfo)

print

public static void print(BeehiveWsSecurityRolesInfo securityRolesInfo)

print

public static void print(int tab,
                         BeehiveWsSecurityRolesInfo securityRolesInfo)

print

public static void print(int tab,
                         String msg,
                         Object data)

print

public static void print(int tab,
                         String msg)

print

public static void print(String msg)