org.ow2.jonas.ws.jaxws
Class PortMetaData

java.lang.Object
  extended by org.ow2.jonas.ws.jaxws.PortMetaData

public class PortMetaData
extends Object

The PortMetaData class store deploy time / runtime information about the webservice. It's associated to an IWebServiceEndpoint.

Author:
Guillaume Sauthier

Constructor Summary
PortMetaData()
           
 
Method Summary
 String getContextRoot()
           
 String getEndpointURL()
           
 String getHandlerXML()
           
 String getHostname()
           
 String getUrlPattern()
           
 String getWSDLLocation()
           
 void setContextRoot(String contextRoot)
           
 void setEndpointURL(String endpointURL)
           
 void setHandlerXML(String handlerXML)
           
 void setHostname(String hostname)
           
 void setUrlPattern(String urlPattern)
           
 void setWSDLLocation(String wsdlLocation)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortMetaData

public PortMetaData()
Method Detail

getUrlPattern

public String getUrlPattern()
Returns:
the urlPattern

setUrlPattern

public void setUrlPattern(String urlPattern)
Parameters:
urlPattern - the urlPattern to set

getContextRoot

public String getContextRoot()
Returns:
the contextRoot

setContextRoot

public void setContextRoot(String contextRoot)
Parameters:
contextRoot - the contextRoot to set

getHostname

public String getHostname()
Returns:
the hostname

setHostname

public void setHostname(String hostname)
Parameters:
hostname - the hostname to set

getHandlerXML

public String getHandlerXML()
Returns:
the HandlerXML

setHandlerXML

public void setHandlerXML(String handlerXML)
Parameters:
handlerXML - the handler xml to set

setWSDLLocation

public void setWSDLLocation(String wsdlLocation)
Parameters:
wsdlLocation - the wsdl location to set

getWSDLLocation

public String getWSDLLocation()
Returns:
the wsdl location

getEndpointURL

public String getEndpointURL()
Returns:
the local endpoint URL that can be used to access this endpoint (may be null).

setEndpointURL

public void setEndpointURL(String endpointURL)
Parameters:
endpointURL - the local endpoint URL that can be used to access this endpoint.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 OW2 Consortium. All Rights Reserved.