PHP 클래스 Api\ServiceType\ApiCreate

상속: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 메소드들

메소드 설명
CreateQueue ( Api\StructType\ApiCreateQueue $body ) : Api\StructType\ApiCreateQueueResponse | boolean Method to call the operation originally named CreateQueue Meta informations extracted from the WSDL - documentation: The CreateQueue action creates a new queue, or returns the URL of an existing one. When you request CreateQueue, you provide a name for the queue. To successfully create a new queue, you must provide a name that is unique within the scope of your own queues. If you provide the name of an existing queue, a new queue isn't created and an error isn't returned. Instead, the request succeeds and the queue URL for the existing queue is returned. A CreateQueue call may include attributes to set on a newly created queue. The effect is the same as the CreateQueue call followed by a SetQueueAttributes call (with the same attributes). However, when the queue already exists CreateQueue will not update any attributes. It simply compares the attribute values provided with the current settings on the existing queue, and returns the queue URL if the values match. Otherwise, it responds with an error otherwise. SetQueueAttributes should be used to change the values of attributes for an existing queue.
__toString ( ) : string Method returning the class name
getResult ( ) : Api\StructType\ApiCreateQueueResponse Returns the result

메소드 상세

CreateQueue() 공개 메소드

Method to call the operation originally named CreateQueue Meta informations extracted from the WSDL - documentation: The CreateQueue action creates a new queue, or returns the URL of an existing one. When you request CreateQueue, you provide a name for the queue. To successfully create a new queue, you must provide a name that is unique within the scope of your own queues. If you provide the name of an existing queue, a new queue isn't created and an error isn't returned. Instead, the request succeeds and the queue URL for the existing queue is returned. A CreateQueue call may include attributes to set on a newly created queue. The effect is the same as the CreateQueue call followed by a SetQueueAttributes call (with the same attributes). However, when the queue already exists CreateQueue will not update any attributes. It simply compares the attribute values provided with the current settings on the existing queue, and returns the queue URL if the values match. Otherwise, it responds with an error otherwise. SetQueueAttributes should be used to change the values of attributes for an existing queue.
public CreateQueue ( Api\StructType\ApiCreateQueue $body ) : Api\StructType\ApiCreateQueueResponse | boolean
$body Api\StructType\ApiCreateQueue
리턴 Api\StructType\ApiCreateQueueResponse | boolean

__toString() 공개 메소드

Method returning the class name
public __toString ( ) : string
리턴 string __CLASS__

getResult() 공개 메소드

Returns the result
또한 보기: AbstractSoapClientBase::getResult()
public getResult ( ) : Api\StructType\ApiCreateQueueResponse
리턴 Api\StructType\ApiCreateQueueResponse