org.codehaus.xfire.java
Interface JavaService

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

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

Since:
Feb 18, 2004
Author:
Dan Diephouse

Field Summary
 
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()
           
 java.lang.Class getServiceClass()
           
 TypeMapping getTypeMapping()
           
 
Methods inherited from interface org.codehaus.xfire.service.Service
getDefaultNamespace, getFaultHandler, getName, getProperty, getServiceHandler, getSoapVersion, getStyle, getUse, getWSDL, setProperty
 

Method Detail

getTypeMapping

public TypeMapping getTypeMapping()

getAllowedMethods

public java.util.List getAllowedMethods()

getOperation

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

getServiceClass

public java.lang.Class getServiceClass()

getOperations

public java.util.Collection getOperations()


Copyright © 2004 Codehaus. All Rights Reserved.