org.apache.axis.description
Interface ServiceOperation


public interface ServiceOperation

This are proposed interfaces for Service Description. I imagine that we'll use this interface in a simple WSDL implementation.


Method Summary
 ServiceOperationPart getPart(java.lang.String name)
           
 ServiceOperationPart[] getParts()
           
 QName getQName()
           
 

Method Detail

getQName

public QName getQName()

getParts

public ServiceOperationPart[] getParts()

getPart

public ServiceOperationPart getPart(java.lang.String name)


Copyright © 2001 Apache XML Project. All Rights Reserved.