Method Summary |
|
public String | getInputClassFullName() |
public String | getInputClassName() |
public String | getInputProxyInnerClassName() Getter for the name of the proxy class to the input structure of this operation. |
public String | getInputProxyOuterClassName() Getter for the name of the proxy class to the input structure of this operation.
Use it to name the CORBA, RMI etc proxy structures (structures which carry the
same data but may use different datatypes depending on the nature of the technolgy.
Note that this proxy class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Also note that the name formed here is unique outside the service scope (hence the word "outer" in the name.)
this means that the name somehow includes the service name and may therefore be longer than necessary
if class is placed inside the service scope. |
public String | getInputProxyTranslatorInnerClassName() |
public String | getInputProxyTranslatorOuterClassName() Getter for the name of the proxy translator class between input proxy structure and input structure
Note that this proxy translator class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Also note that the name formed here is unique outside the service scope (hence the word "outer" in the name.)
this means that the name somehow includes the service name and may therefore be longer than necessary
if class is placed inside the service scope. |
public String | getInputValidatorInnerClassName() Getter for the name of the validator inner class to this structure. |
public String | getInputValidatorOuterClassName() Getter for the name of the validator outer class to this structure. |
public String | getInvalidOperationInputOperationOutputMessageName() Getter for the name of the output message which should be returned if
operation has detected invalid input. |
public String | getMethodName() |
public String | getNormalisedName() Getter for the normalised name of the element. |
public String | getOperationRef() |
public String | getResultClassFullName() |
public String | getResultClassName() |
public String | getResultProxyInnerClassName() Getter for the name of the proxy class to the result structure of this operation. |
public String | getResultProxyOuterClassName() Getter for the name of the proxy class to the result structure of this operation.
Use it to name the CORBA, RMI etc proxy structures (structures which carry the
same data but may use different datatypes depending on the nature of the technolgy.
Note that this proxy class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Also note that the name formed here is unique outside the service scope (hence the word "outer" in the name.)
this means that the name somehow includes the service name and may therefore be longer than necessary
if class is placed inside the service scope. |
public String | getResultProxyTranslatorInnerClassName() |
public String | getResultProxyTranslatorOuterClassName() Getter for the name of the proxy translator class between result proxy structure and result structure
Note that this proxy translator class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Also note that the name formed here is unique outside the service scope (hence the word "outer" in the name.)
this means that the name somehow includes the service name and may therefore be longer than necessary
if class is placed inside the service scope. |
public void | setInputClassFullName(String pInputClassFullName) |
public void | setInputClassName(String pInputClassName) |
public void | setInputProxyInnerClassName(String pInputProxyInnerClassName) Setter for the name of the proxy class to the input structure of this operation. |
public void | setInputProxyOuterClassName(String pInputProxyOuterClassName) Setter for the name of the proxy class to the input structure of this operation. |
public void | setInputProxyTranslatorInnerClassName(String pInputProxyTranslatorInnerClassName) |
public void | setInputProxyTranslatorOuterClassName(String pInputProxyTranslatorOuterClassName) Setter for the name of the proxy translator class between input proxy structure and input structure
Note that this proxy translator class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Also note that the name expected here is unique outside the service scope (hence the word "outer" in the name.)
this means that the name somehow includes the service name and may therefore be longer than necessary
if class is placed inside the service scope. |
public void | setInputValidatorInnerClassName(String pInputValidatorInnerClassName) Setter for the name of the validator inner class to this structure. |
public void | setInputValidatorOuterClassName(String pInputValidatorOuterClassName) Setter for the name of the validator outer class to this structure. |
public void | setInvalidOperationInputOperationOutputMessageName(String pOperationOutputMessageName) Setter for the name of the output message which should be returned if
operation has detected invalid input. |
public void | setMethodName(String pMethodName) |
public void | setNormalisedName(String pNormalisedName) Setter for the normalised name of the element. |
public void | setOperationRef(String pOperationRef) |
public void | setResultClassFullName(String pResultClassFullName) |
public void | setResultClassName(String pResultClassName) |
public void | setResultProxyInnerClassName(String pResultProxyInnerClassName) Setter for the name of the proxy class to the result structure of this operation. |
public void | setResultProxyOuterClassName(String pResultProxyOuterClassName) Setter for the name of the proxy class to the result structure of this operation.
Use it to name the CORBA, RMI etc proxy structures (structures which carry the
same data but may use different datatypes depending on the nature of the technolgy.
Note that this proxy class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Also note that the name expected here is unique outside the service scope (hence the word "outer" in the name.)
this means that the name somehow includes the service name and may therefore be longer than necessary
if class is placed inside the service scope. |
public void | setResultProxyTranslatorInnerClassName(String pResultProxyTranslatorInnerClassName) |
public void | setResultProxyTranslatorOuterClassName(String pResultProxyTranslatorOuterClassName) Setter for the name of the proxy translator class between result proxy structure
Note that this proxy translator class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Also note that the name expected here is unique outside the service scope (hence the word "outer" in the name.)
this means that the name somehow includes the service name and may therefore be longer than necessary
if class is placed inside the service scope. |