org.apache.ws.resource.tool.porttype.v2004_11
Class QueryResourcePropertiesPortType2JavaInfo

java.lang.Object
  extended byorg.apache.ws.resource.tool.PortType2JavaInfo
      extended byorg.apache.ws.resource.tool.porttype.v2004_11.QueryResourcePropertiesPortType2JavaInfo

public class QueryResourcePropertiesPortType2JavaInfo
extends PortType2JavaInfo

TODO

Author:
Ian Springer (ian DOT springer AT hp DOT com)

Constructor Summary
QueryResourcePropertiesPortType2JavaInfo()
           
 
Method Summary
 java.lang.String getAbstractResourceInitMethodIncludeLocation()
          Returns the name of a file containing text to be inserted into the body of the abstract resource's init() method.
 javax.xml.namespace.QName getName()
          Returns the name of the portType that this object corresponds to.
 java.lang.String getServiceInterfaceName()
          TODO
 java.lang.String getServiceTemplateFileName()
          TODO
 
Methods inherited from class org.apache.ws.resource.tool.PortType2JavaInfo
getResourceInitMethodIncludeLocation, getResourceInterfaceName, getResourceTemplateFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResourcePropertiesPortType2JavaInfo

public QueryResourcePropertiesPortType2JavaInfo()
Method Detail

getName

public javax.xml.namespace.QName getName()
Description copied from class: PortType2JavaInfo
Returns the name of the portType that this object corresponds to.

Specified by:
getName in class PortType2JavaInfo
Returns:
the name of the portType that this object corresponds to

getServiceInterfaceName

public java.lang.String getServiceInterfaceName()
Description copied from class: PortType2JavaInfo
TODO

Overrides:
getServiceInterfaceName in class PortType2JavaInfo
Returns:

getServiceTemplateFileName

public java.lang.String getServiceTemplateFileName()
Description copied from class: PortType2JavaInfo
TODO

Overrides:
getServiceTemplateFileName in class PortType2JavaInfo
Returns:

getAbstractResourceInitMethodIncludeLocation

public java.lang.String getAbstractResourceInitMethodIncludeLocation()
Description copied from class: PortType2JavaInfo
Returns the name of a file containing text to be inserted into the body of the abstract resource's init() method.

Overrides:
getAbstractResourceInitMethodIncludeLocation in class PortType2JavaInfo
Returns:
the name of a file containing text to be inserted into the body of the abstract resource's init() method


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.