Novell exteNd Web Services SDK API

com.sssw.jbroker.web.portable
Interface Skeleton

All Superinterfaces:
InvokeHandler, Referenceable, Serializable, ServiceObject
All Known Subinterfaces:
TieSkeleton
All Known Implementing Classes:
MDBSkeleton, ServletSkeleton

public interface Skeleton
extends ServiceObject, InvokeHandler

A Skeleton is an InvokeHandler


Field Summary
static String TEST_DISABLE
          A property to disable the test functionality exposed on the default HTTP GET of a WSSDK web service.
 
Method Summary
 void _setHandlerChain(List chain)
          Set the handler chain on this skeleton.
 
Methods inherited from interface com.sssw.jbroker.web.ServiceObject
_getBindings, _getClassInfo, _getCurrentBinding, _getOperationName, _getPortType, _getProperty, _getTypeMapper, _getTypeMappingRegistry, _setClassInfo, _setCurrentBinding, _setHandlerChain, _setProperty, _setTypeMapper, _setTypeMappingRegistry
 
Methods inherited from interface javax.naming.Referenceable
getReference
 
Methods inherited from interface com.sssw.jbroker.web.portable.InvokeHandler
_invoke, _invoke, isDocument
 

Field Detail

TEST_DISABLE

public static final String TEST_DISABLE
A property to disable the test functionality exposed on the default HTTP GET of a WSSDK web service. If this property is set to true in the servlet's deployment descriptor, the test functionality will be disabled. The default value is false, meaning that web service test functionality will be enabled on HTTP GET requests.

Since:
WSSDK 5.0
See Also:
Constant Field Values
Method Detail

_setHandlerChain

public void _setHandlerChain(List chain)
Set the handler chain on this skeleton.

Parameters:
chain - the handler chain
Since:
jBroker Web 2.0

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.