org.codehaus.xfire.java
Interface JavaService

All Superinterfaces:
org.codehaus.xfire.service.Service
All Known Implementing Classes:
DefaultJavaService

public interface JavaService
extends org.codehaus.xfire.service.Service

Since:
Feb 18, 2004
Author:
Dan Diephouse

Field Summary
static int SCOPE_APPLICATION
           
static int SCOPE_REQUEST
           
static int SCOPE_SESSION
           
 
Fields inherited from interface org.codehaus.xfire.service.Service
ROLE
 
Method Summary
 java.util.List getAllowedMethods()
           
 Operation getOperation(java.lang.String localName, java.lang.String namespace)
           
 java.util.Collection getOperations()
           
 int getScope()
           
 java.lang.Class getServiceClass()
           
 java.lang.Object getServiceObject(org.codehaus.xfire.MessageContext context)
           
 TypeMapping getTypeMapping()
           
 
Methods inherited from interface org.codehaus.xfire.service.Service
getDefaultNamespace, getFaultHandler, getName, getProperty, getServiceHandler, getSoapVersion, getStyle, getUse, getWSDL, setProperty
 

Field Detail

SCOPE_APPLICATION

static final int SCOPE_APPLICATION
See Also:
Constant Field Values

SCOPE_SESSION

static final int SCOPE_SESSION
See Also:
Constant Field Values

SCOPE_REQUEST

static final int SCOPE_REQUEST
See Also:
Constant Field Values
Method Detail

getTypeMapping

TypeMapping getTypeMapping()

getAllowedMethods

java.util.List getAllowedMethods()

getOperation

Operation getOperation(java.lang.String localName,
                       java.lang.String namespace)

getServiceClass

java.lang.Class getServiceClass()

getOperations

java.util.Collection getOperations()

getScope

int getScope()

getServiceObject

java.lang.Object getServiceObject(org.codehaus.xfire.MessageContext context)
                                  throws org.codehaus.xfire.fault.XFireFault
Throws:
org.codehaus.xfire.fault.XFireFault


Copyright © 2004 Codehaus. All Rights Reserved.