org.apache.ws.resource.tool
Class PortType2JavaInfo

java.lang.Object
  extended byorg.apache.ws.resource.tool.PortType2JavaInfo
Direct Known Subclasses:
GetMultipleResourcePropertiesPortType2JavaInfo, GetResourcePropertyPortType2JavaInfo, ImmediateResourceTerminationPortType2JavaInfo, QueryResourcePropertiesPortType2JavaInfo, ScheduledResourceTerminationPortType2JavaInfo, SetResourcePropertiesPortType2JavaInfo

public abstract class PortType2JavaInfo
extends java.lang.Object

Contains the info needed to generate Java artifacts for a particular portType.

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

Constructor Summary
PortType2JavaInfo()
           
 
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.
abstract  javax.xml.namespace.QName getName()
          Returns the name of the portType that this object corresponds to.
 java.lang.String getResourceInitMethodIncludeLocation()
          Returns the name of a file containing text to be inserted into the body of the concrete resource's init() method.
 java.lang.String getResourceInterfaceName()
          TODO
 java.lang.String getResourceTemplateFileName()
          TODO
 java.lang.String getServiceInterfaceName()
          TODO
 java.lang.String getServiceTemplateFileName()
          TODO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortType2JavaInfo

public PortType2JavaInfo()
Method Detail

getName

public abstract javax.xml.namespace.QName getName()
Returns the name of the portType that this object corresponds to.

Returns:
the name of the portType that this object corresponds to

getResourceInterfaceName

public java.lang.String getResourceInterfaceName()
TODO

Returns:

getServiceInterfaceName

public java.lang.String getServiceInterfaceName()
TODO

Returns:

getResourceTemplateFileName

public java.lang.String getResourceTemplateFileName()
TODO

Returns:

getServiceTemplateFileName

public java.lang.String getServiceTemplateFileName()
TODO

Returns:

getAbstractResourceInitMethodIncludeLocation

public 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.

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

getResourceInitMethodIncludeLocation

public java.lang.String getResourceInitMethodIncludeLocation()
Returns the name of a file containing text to be inserted into the body of the concrete resource's init() method.

Returns:
the name of a file containing text to be inserted into the body of the concrete resource's init() method


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