|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
com.webobjects.webservices.generation.WOOperation
com.webobjects.webservices.generation.WOWSDLGeneration
public class WOWSDLGeneration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.webobjects.appserver.WOComponent |
|---|
WOComponent.Event |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
|---|
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
| Field Summary | |
|---|---|
static String |
D2WContextKey
Key used with takeValueForKey to set the D2WContext of a WSDL generating WOComponent |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
KeyPathSeparator |
| Constructor Summary | |
|---|---|
WOWSDLGeneration(WOContext context)
|
|
| Method Summary | |
|---|---|
Object |
invoke()
Returns the result of invoking generateResponse on a WOComponent configured to generate WSDL. |
static boolean |
requiresEntity()
Returns false since this operation class does not require an entity. |
| Methods inherited from class com.webobjects.webservices.generation.WOOperation |
|---|
aggregateValuesResult, attributeClassNames, classesForKeyPaths, comparisonKeys, d2wContext, editingContext, gidArgumentKey, inputPartKeyPaths, inputPartNames, inputPartValues, outputPartKeyPaths, outputPartNames, propertyNameForPartName, saveChangesInEditingContext, serializationStrategy, setD2wContext, unspecifiedArgumentKey |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String D2WContextKey
takeValueForKey to set the D2WContext of a WSDL generating WOComponent
| Constructor Detail |
|---|
public WOWSDLGeneration(WOContext context)
| Method Detail |
|---|
public static boolean requiresEntity()
false since this operation class does not require an entity.
public Object invoke()
Returns the result of invoking generateResponse on a WOComponent configured to generate WSDL. First, the name is found for the WOComponent which will generate the service's WSDL. The component name is found by getting the D2WContext value for
WOServiceUtilities.RuleSystemConstants.WSDLComponentNameKey. Once found, the component has its D2WContext set by takeValueForKey
using D2WContextKey.
invoke in class WOOperationgeneratResponse on the rule defined WSDL generating WOComponentWOComponent.takeValueForKey(java.lang.Object, java.lang.String)
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||