|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.resource.tool.PortType2JavaInfo
Contains the info needed to generate Java artifacts for a particular portType.
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 |
public PortType2JavaInfo()
Method Detail |
public abstract javax.xml.namespace.QName getName()
public java.lang.String getResourceInterfaceName()
public java.lang.String getServiceInterfaceName()
public java.lang.String getResourceTemplateFileName()
public java.lang.String getServiceTemplateFileName()
public java.lang.String getAbstractResourceInitMethodIncludeLocation()
public java.lang.String getResourceInitMethodIncludeLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |