net.ranides.assira.reflection
Class WebServiceInspector

java.lang.Object
  extended by net.ranides.assira.reflection.WebServiceInspector

public class WebServiceInspector
extends Object

Author:
ranides

Constructor Summary
WebServiceInspector(Class<?> clazz)
           
 
Method Summary
 String getEndpoint()
           
 Class<?> getImplementation()
           
 String getLocation()
           
 WebServiceMethod[] getMethods()
           
 String getName()
           
 String getNamespace()
           
 String getPort()
           
 String getService()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceInspector

public WebServiceInspector(Class<?> clazz)
Method Detail

getMethods

public WebServiceMethod[] getMethods()

getEndpoint

public String getEndpoint()

getName

public String getName()

getPort

public String getPort()

getService

public String getService()

getNamespace

public String getNamespace()

getLocation

public String getLocation()

getImplementation

public Class<?> getImplementation()


Copyright © 2013. All Rights Reserved.