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(Collection collection)
           
static void print(int tab, Collection collection)
           
static void print(int tab, SecurityRolesInfo securityRolesInfo)
           
static void print(int tab, SOAPBindingInfo soapBindingInfo)
           
static void print(int tab, String msg)
           
static void print(int tab, String msg, Object data)
           
static void print(int tab, WebServiceMETHODMetadata webServiceMETHODMetadata)
           
static void print(int tab, WebServicePARAMETERMetadata webServicePARAMETERMetadata)
           
static void print(int tab, WebServiceTYPEMetadata webServiceTYPEMetadata)
           
static void print(SecurityRolesInfo securityRolesInfo)
           
static void print(SOAPBindingInfo soapBindingInfo)
           
static void print(String msg)
           
static void print(WebServiceMETHODMetadata webServiceMETHODMetadata)
           
static void print(WebServicePARAMETERMetadata webServicePARAMETERMetadata)
           
static void print(WebServiceTYPEMetadata webServiceTYPEMetadata)
           
 
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(WebServiceTYPEMetadata webServiceTYPEMetadata)

print

public static void print(int tab,
                         WebServiceTYPEMetadata webServiceTYPEMetadata)

print

public static void print(Collection collection)

print

public static void print(int tab,
                         Collection collection)

print

public static void print(WebServiceMETHODMetadata webServiceMETHODMetadata)

print

public static void print(int tab,
                         WebServiceMETHODMetadata webServiceMETHODMetadata)

print

public static void print(WebServicePARAMETERMetadata webServicePARAMETERMetadata)

print

public static void print(int tab,
                         WebServicePARAMETERMetadata webServicePARAMETERMetadata)

print

public static void print(SOAPBindingInfo soapBindingInfo)

print

public static void print(int tab,
                         SOAPBindingInfo soapBindingInfo)

print

public static void print(SecurityRolesInfo securityRolesInfo)

print

public static void print(int tab,
                         SecurityRolesInfo 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)