org.petalslink.abslayer.service.impl.wsdl11
Class OperationImpl

java.lang.Object
  extended by org.petalslink.abslayer.service.impl.wsdl11.OperationImpl
All Implemented Interfaces:
Operation

public class OperationImpl
extends java.lang.Object
implements Operation


Method Summary
 Fault[] getFaults()
           
 Input getInput()
           
 com.ebmwebsourcing.easywsdl11.api.element.Operation getModel()
           
 java.lang.String getName()
           
 Output getOutput()
           
 Interface getParentInterface()
           
 javax.xml.namespace.QName inferQName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Operation

inferQName

public javax.xml.namespace.QName inferQName()
Specified by:
inferQName in interface Operation

getFaults

public Fault[] getFaults()
Specified by:
getFaults in interface Operation

getInput

public Input getInput()
Specified by:
getInput in interface Operation

getOutput

public Output getOutput()
Specified by:
getOutput in interface Operation

getParentInterface

public Interface getParentInterface()
Specified by:
getParentInterface in interface Operation

getModel

public com.ebmwebsourcing.easywsdl11.api.element.Operation getModel()
Specified by:
getModel in interface Operation


Copyright © 2011 Petals Link. All Rights Reserved.